Files
swift-mirror/validation-test/compiler_crashers_2/3b6836d8e254e362.swift
2025-06-23 10:05:22 +01:00

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