// RUN: %target-swift-frontend -emit-ir -g %s > /dev/null // https://github.com/apple/swift/issues/72719 protocol D {} struct U: D, Equatable {} class Q {} class R {} extension R where E == U { struct S {} static func a(_: T) -> R { let x = Q>() fatalError() } }