blob: acb6611a0b4ed9f83234b294e2f3e3b9f422e9db [file] [log] [blame]
// RUN: %target-typecheck-verify-swift -parse-as-library
#if FAIL
class C {}
func > (lhs: C, rhs: C) -> Bool {
return false
}
#endif