mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 21:30:35 +01: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.
|