mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 18:10:29 +02:00
14 lines
131 B
ObjectPascal
14 lines
131 B
ObjectPascal
{ %FAIL }
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
Type
|
|
TAZ=String;
|
|
|
|
operator inc(az: TAZ; i: integer=1) raz:TAZ; // inline;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|