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