Files
swift-mirror/validation-test/compiler_scale/parse_array_nested.swift.gyb
2021-02-01 10:22:10 -08:00

12 lines
186 B
Swift

// RUN: %scale-test -parse --begin 0 --end 10 --step 1 --select NumASTBytes %s
// REQUIRES: rdar73834542
%for i in range(1, N + 1):
[
%end
1
%for i in range(1, N + 1):
]
%end