mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 03:28:24 +01: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.
|