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