fpc/tests/tbf/tb0269.pp

14 lines
138 B
ObjectPascal

{ %FAIL }
program tb0269;
{$mode objfpc}
operator + (aArg1: TObject; aArg2: TObject; aArg3: TObject): TObject;
begin
end;
begin
end.