fpc/tests/webtbs/tw22502.pp
2012-07-26 14:50:28 +00:00

10 lines
90 B
ObjectPascal

var
b: Boolean;
begin
b:=true;
b := longbool(b = b);
if not b then
halt(1);
end.