mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:23:25 +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.
|