mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00
10 lines
69 B
ObjectPascal
10 lines
69 B
ObjectPascal
|
|
function f:longint;
|
|
begin
|
|
exit(1);
|
|
end;
|
|
|
|
begin
|
|
writeln(f);
|
|
end.
|