blob: 84684763144b250b832d2f069af2abe6d67e8764 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
// rdar://problem/23719809&23720006
func ~=() {}
func ~=(_: Int) {}
func ~=(_: () -> ()) {}
switch 0 {
case 0:
break
}