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