fpc/tests/webtbs/tw37493.pp
florian e14a3f17e6 * reverted r46220 as it is fixed now properly
git-svn-id: trunk@46276 -
2020-08-05 21:15:33 +00:00

6 lines
93 B
ObjectPascal

{ %OPT=-O3 }
var a : integer;
begin
write(not((1 in[a]) and (a > a) and (a in[1])))
end.