mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
186 B
Swift
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
|