fpc/tests/webtbf/tw12109a.pp

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.