Files
swift-mirror/validation-test/compiler_crashers_2_fixed/59ca7ce28cc05461.swift
2025-07-21 10:47:59 +01:00

8 lines
247 B
Swift

// {"kind":"typecheck","original":"1157c215","signature":"makeBinOp(swift::ASTContext&, swift::Expr*, swift::Expr*, swift::Expr*, swift::PrecedenceGroupDecl*, bool)"}
// RUN: not %target-swift-frontend -typecheck %s
{
do
catch _ as a + {
}
}