blob: 21d8a6b4e1693ef9cd5b250b56c167abaab22daa [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
protocol A {
protocol A : b {
func b
}
}
func call(start: A