* 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} {$goto on}
{$inline on}
procedure p; inline; procedure p; inline;
label x; label x;
begin begin
goto x goto x
end; end;
begin begin
p;
end. end.