* fixed test (it should fail)

git-svn-id: trunk@11709 -
This commit is contained in:
Jonas Maebe 2008-09-05 07:28:05 +00:00
parent af05770a7c
commit a933a70cfc

View File

@ -1,9 +1,13 @@
{ %fail }
{$goto on}
{$inline on}
procedure p; inline;
label x;
begin
goto x
end;
begin
p;
end.