fpc/tests/tbs/tb205.pp
2007-12-01 17:16:33 +00:00

8 lines
91 B
ObjectPascal

var
s: set of 3..40;
begin
if (low(s)<>3) or
(high(s)<>40) then
halt(1);
end.