Files
swift-mirror/test/Generics/tuple-conformances-synthesize-crash.swift

6 lines
101 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
// Just don't crash.
extension () : Comparable {}