mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 11:49:28 +02:00
* fixed test (it should fail)
git-svn-id: trunk@11709 -
This commit is contained in:
parent
af05770a7c
commit
a933a70cfc
@ -1,9 +1,13 @@
|
||||
{ %fail }
|
||||
|
||||
{$goto on}
|
||||
{$inline on}
|
||||
procedure p; inline;
|
||||
label x;
|
||||
begin
|
||||
goto x
|
||||
end;
|
||||
begin
|
||||
p;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user