mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 20:08:12 +02:00
18 lines
151 B
ObjectPascal
18 lines
151 B
ObjectPascal
{ %FAIL }
|
||
|
||
program tover7;
|
||
|
||
{$mode objfpc}
|
||
|
||
procedure Test(aArg: LongInt);
|
||
begin
|
||
end;
|
||
|
||
function Test(aArg: LongInt): LongInt;
|
||
begin
|
||
end;
|
||
|
||
begin
|
||
|
||
end.
|