mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 07:42:36 +02:00
14 lines
136 B
ObjectPascal
14 lines
136 B
ObjectPascal
{ %MAXVERSION=3.2.0 }
|
|
{ %fail }
|
|
|
|
type
|
|
tr = record end;
|
|
ts2 = string[80];
|
|
|
|
operator :=(const r: tr) res: ts2;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|