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