mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
15 lines
100 B
ObjectPascal
15 lines
100 B
ObjectPascal
{ %fail }
|
|
|
|
{$goto on}
|
|
label x;
|
|
var p:pointer;
|
|
|
|
procedure Foo();
|
|
begin
|
|
x:
|
|
end;
|
|
|
|
begin
|
|
p:=@x;
|
|
end.
|