blob: 695d53ccc5359ce78645fc489efc1880dc9e7da2 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
protocol Empty {}
extension Empty {
protocol ThisCrashesSwift {}
}