mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
230 B
Swift
4 lines
230 B
Swift
// {"signature":"swift::TuplePattern::createSimple(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::TuplePatternElt>, swift::SourceLoc)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
switch { case (repeat a
|