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