fpc/tests/webtbf/tw27543.pp
florian 22365a1f57 + test for #27543 which is fixed meanwhile
git-svn-id: trunk@40731 -
2019-01-01 16:16:54 +00:00

10 lines
61 B
ObjectPascal

{ %fail }
function x():longint;
begin
end;
begin
+ x;
end.