mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 12:32:25 +02:00
13 lines
109 B
ObjectPascal
13 lines
109 B
ObjectPascal
procedure foo;
|
|
begin
|
|
exit();
|
|
end;
|
|
|
|
function bar: integer;
|
|
begin
|
|
exit(42);
|
|
end;
|
|
|
|
begin
|
|
end.
|