mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These contain a mix of crashers that may or may not crash under non-asserts builds, avoid testing them for non-asserts builds. When fixed, they'll receive non-assert coverage.
4 lines
201 B
Swift
4 lines
201 B
Swift
// {"signature":"swift::TypeChecker::typeCheckParameterDefault(swift::Expr*&, swift::DeclContext*, swift::Type, bool, bool)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
init<a>(b: a == {
|