Files
swift-mirror/validation-test/compiler_crashers_2/fda9a61a6187b061.swift
2025-06-16 21:02:30 +01:00

5 lines
376 B
Swift

// {"signature":"swift::rewriting::RewriteSystem::decomposeTermIntoConformanceRuleLeftHandSides(swift::rewriting::MutableTerm, llvm::SmallVectorImpl<unsigned int>&) const"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a{associatedtype b : c} protocol c { associatedtype d }
struct e : a struct f < g : a, h : c where g.b.d == Int extension f where g == e