summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tnoext1.pp
blob: 863369956b772a0f7c8ae158b50d3c6f71a3592b (plain)
1
2
3
4
5
6
7
8
9
10
{ %fail }
{$x-}

function f: longint;
begin
end;

begin
  f;
end.