Files
swift-mirror/validation-test/compiler_scale/parse_array_nested.swift.gyb
2021-02-03 17:26:56 -08:00

10 lines
159 B
Swift

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