fpc/tests/webtbf/tw9918d.pp
Jonas Maebe c89ea4412f * disallow using inline nodes with a non-void resultdef as statements
(e.g. length, lo/hi, ord, etc). Not the same as mantis #9918, but
    somewhat related

git-svn-id: trunk@8770 -
2007-10-12 11:54:37 +00:00

10 lines
58 B
ObjectPascal

{ %fail }
{$x+}
var
d: double;
begin
trunc(d);
end.