mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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.
6 lines
379 B
Swift
6 lines
379 B
Swift
// {"signature":"swift::constraints::ConstraintSystem::simplifySameShapeConstraint(swift::Type, swift::Type, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a < each b {
|
|
c(d : repeat each b) {
|
|
c(preacidte : b) {
|