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