mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
260 B
Swift
10 lines
260 B
Swift
// {"signature":"(anonymous namespace)::Traversal::doIt(swift::Expr*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
{
|
|
for b 0 ..< 10 {
|
|
let a = Array(0 ..< b)
|
|
for c d a{
|
|
for e d c... {
|
|
Array(a[c ..< e].reversed())
|
|
f
|