summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw12109a.pp
blob: 098fecfa8dfca270a48b96092c2bcfeb9e1132dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %MAXVERSION=3.2.0 }
{ %fail }

type
  tr = record end;
  ts2 = string[80];

operator :=(const r: tr) res: ts2;
begin
end;

begin
end.