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.
5 lines
193 B
Swift
5 lines
193 B
Swift
// {"signature":"swift::AccessLevelRequest::cacheResult(swift::AccessLevel) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
class a < b extension a where c == d {
|
|
protocol d
|