// RUN: %target-swift-frontend -interpret %s // REQUIRES: executable_test // This only reproduced if you provide the -interpret flag! // 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() } }