mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 20:32:20 +02:00
14 lines
138 B
ObjectPascal
14 lines
138 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tb0269;
|
|
|
|
{$mode objfpc}
|
|
|
|
operator + (aArg1: TObject; aArg2: TObject; aArg3: TObject): TObject;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|