fpc/tests/webtbs/tw16863.pp
2010-07-10 12:15:13 +00:00

9 lines
121 B
ObjectPascal

var
d : double;
r : real48 = ($0, $0, $0, $0, $0, $0);
BEGIN
d := r;
if d<>0.0 then
halt(1);
END.