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

13 lines
399 B
Swift

// {"signature":"swift::constraints::ConstraintSystem::setBuilderTransformedBody(swift::AnyFunctionRef, swift::NominalTypeDecl*, swift::NullablePtr<swift::VarDecl>, swift::NullablePtr<swift::BraceStmt>)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a {
@resultBuilder struct b
}
struct c < d {
init(@b content : () -> d
}
extension c : a
struct b {
e {
c {