mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:14:54 +02:00
11 lines
123 B
ObjectPascal
11 lines
123 B
ObjectPascal
{ %FAIL }
|
|
|
|
{ @@(x) should be refused in normal mode }
|
|
|
|
var
|
|
x:function(x:longint):longint;
|
|
z:pointer;
|
|
begin
|
|
z:=@@x;
|
|
end.
|