// 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 a } struct e : f { i f = g } func i (c: e) { } func i (c: h) { } i(e()) class a { } protocol g { typealias f typealias e } struct c : g { typealias f = h typealias e = a, f>