Files
swift-mirror/validation-test/compiler_scale/parse_array_nested.swift.gyb

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