blob: a131d8be9b458ff808da6d1dd09297e4e8ba1f2e [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
var e: a {
protocol d {
let t: Int
}
}
protocol A : a {
func a()