summaryrefslogtreecommitdiff
path: root/tests/test/toperator51.pp
blob: 94299de02d01227be21c4d76551333d0c363b22e (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %FAIL }
program toperator51;

operator + (left, right: UnicodeString) res : UnicodeString;
begin

end;

begin

end.