Pristine Ack-5.5
[Ack-5.5.git] / lang / pc / test / b.p
1 program test(output);
2 var i:integer;
3 begin
4   writeln(i in [20])
5 end.