DEBSOURCES
Skip Quicknav
sources / fpc / 3.2.2%2Bdfsg-49 / fpcsrc / tests / test / toperator58.pp
1234567891011
{ %FAIL } program toperator58; operator + (left: WideChar; right: WideString) res : WideString; begin end; begin end.