fpc/tests/webtbf/tw9918a.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
66 B
ObjectPascal

{ %fail }
{$x-}
var
a: array of byte;
begin
length(a);
end.