fpc/tests/tbs/tb0661.pp
florian 3de38c4894 * naming of tests fixed
git-svn-id: trunk@43502 -
2019-11-16 17:18:04 +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.