mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:29:14 +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}
|
{$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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user