summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0615.pp
blob: 159335c288c5689dcd37c7b36464ee35cff3d34a (plain)
1
2
3
4
5
6
7
8
9
{ %opt=-Sd }
var
  s : set of 0..7;
begin
  if sizeof(s)<>1 then
    halt(1);
  writeln('ok');
end.