fpc/tests/tbf/tb0268.pp

14 lines
124 B
ObjectPascal

{ %FAIL }
program tb0268;
{$mode objfpc}
operator Not (aArg1: TObject; aArg2: TObject): TObject;
begin
end;
begin
end.