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

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

end;

begin

end.