summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb205.pp
blob: 78871552e466e18fd0ea12c94cda893cfba5f708 (plain)
1
2
3
4
5
6
7
var
  s: set of 3..40;
begin
  if (low(s)<>3) or
     (high(s)<>40) then
    halt(1);
end.