tw9522b.pp 76 B

1234567
  1. { %fail }
  2. type ts = set of 0..7;
  3. begin
  4. writeln(1 in ts(65));
  5. end.