mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
10 lines
61 B
ObjectPascal
10 lines
61 B
ObjectPascal
{ %fail }
|
|
function x():longint;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
|
|
+ x;
|
|
|
|
end. |