// RUN: %target-parse-verify-swift -parse-as-library #if FAIL class C {} func > (lhs: C, rhs: C) -> Bool { return false } #endif