fpc/tests/webtbs/tw11763.pp
Jonas Maebe a933a70cfc * fixed test (it should fail)
git-svn-id: trunk@11709 -
2008-09-05 07:28:05 +00:00

14 lines
104 B
ObjectPascal

{ %fail }
{$goto on}
{$inline on}
procedure p; inline;
label x;
begin
goto x
end;
begin
p;
end.