Files
swift-mirror/validation-test/compiler_crashers_2/361c5acf488944d1.swift
2025-06-09 20:03:28 +01:00

8 lines
449 B
Swift

// {"signature":"swift::InFlightSubstitution::lookupConformance(swift::Type, swift::ProtocolDecl*, unsigned int)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
typealias a<b, c, d> = () struct e < each b {
typealias f<each c, d> = (repeat a<each b, each c, d>)struct g < each c {
typealias h< each d > = (repeat f< repeat each c, each d >
struct i typealias j< each d > =
e< i >.g< repeat each b >.h< repeat each d >