Files
swift-mirror/validation-test/compiler_crashers_2/efe245e1832e7ed7.swift
2025-07-14 19:56:51 +01:00

10 lines
234 B
Swift

// {"kind":"typecheck","original":"eece2094","signature":"swift::constraints::ConstraintSystem::finalize()"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a {
var
b : () -> some Any = {
b()
c
}
}