summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw9522b.pp
blob: e57bc8df6b92114b84101f8c88a0059e9c1bdcfd (plain)
1
2
3
4
5
6
7
{ %fail }

type ts = set of 0..7;
begin
        writeln(1 in ts(65));
end.