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

operator + (left: array of WideChar; right: PWideChar) res : PWideChar;
begin

end;

begin

end.