fpc/tests/test/tover7.pp
2020-07-31 15:55:34 +00:00

18 lines
151 B
ObjectPascal
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{ %FAIL }
program tover7;
{$mode objfpc}
procedure Test(aArg: LongInt);
begin
end;
function Test(aArg: LongInt): LongInt;
begin
end;
begin
end.