mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:08:13 +02:00
14 lines
124 B
ObjectPascal
14 lines
124 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tb0268;
|
|
|
|
{$mode objfpc}
|
|
|
|
operator Not (aArg1: TObject; aArg2: TObject): TObject;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|