Files
swift-mirror/validation-test/compiler_crashers_2/d5eedcc26a9ca1f.swift
2025-06-30 20:52:06 +01:00

9 lines
158 B
Swift

// {"signature":"swift::TypeBase::getReducedShape()"}
// RUN: not --crash %target-swift-frontend -typecheck %s
typealias a <b> = ()
extension a {
c {
d
}
d