fpc/tests/webtbs/tw21151.pp
Jonas Maebe 74e721517d * keep track of the type of symbolic floating point constants rather
than always forcing them to bestreal (mantis #21151)

git-svn-id: trunk@20190 -
2012-01-28 18:38:06 +00:00

7 lines
75 B
ObjectPascal

const
cs = single(0.05);
begin
if sizeof(cs)<>4 then
halt(1);
end.