fpc/tests/webtbs/tw25255.pp
2014-02-16 20:20:58 +00:00

11 lines
178 B
ObjectPascal

begin
if not(qwordbool($8000000000000000)) then
halt(1);
if not(longbool($80000000)) then
halt(1);
if not(wordbool($8000)) then
halt(1);
writeln('ok');
end.