{ %FAIL } program toperator34; type TTest = (One, Two, Three); TTests = set of TTest; operator <> (left: TTests; right: TTests) res : Boolean; begin end; begin end.