mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
223 B
Swift
7 lines
223 B
Swift
// {"kind":"typecheck","signature":"swift::AvailabilityScope::verify(swift::AvailabilityScope const*, swift::ASTContext&) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
if
|
|
#available({}
|
|
else {
|
|
var a
|