mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +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.
|