blob: 90d61e4dd48bd9a8b4e430b539a46a4cdce960c7 [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
public var d : A? {
protocol a {
protocol c : c {
}
struct A {
}
func c<H : c, le