blob: b3913dcf34b49bff3581ac1e25904b9a280b1fdd [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 {
func a<b: a {
}
}
extension A