Files
swift-mirror/validation-test/compiler_crashers_2/ebe41bf99641e618.swift
2025-06-23 10:05:22 +01:00

7 lines
264 B
Swift

// {"signature":"swift::constraints::ConstraintSystem::recordDisjunctionChoice(swift::constraints::ConstraintLocator*, unsigned int)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a {
init! ( b: Int, () -> Int = {
}
() -> Int = a(b : 1) {