fpc/tests/webtbf/tw9918b.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 , but
    somewhat related

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

10 lines
64 B
ObjectPascal

{ %fail }
{$x+}
var
s: shortstring;
begin
length(s);
end.