mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:23:25 +02:00
17 lines
127 B
ObjectPascal
17 lines
127 B
ObjectPascal
{ %fail }
|
|
unit tb0222;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
procedure test;
|
|
|
|
implementation
|
|
|
|
procedure test; overload;
|
|
begin
|
|
end;
|
|
|
|
end.
|