We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3749d + 81fca31 commit 2f9a332Copy full SHA for 2f9a332
1 file changed
validation-test/Sema/type_checker_perf_failing/array_of_tuples.swift.gyb
@@ -0,0 +1,9 @@
1
+// RUN: not %scale-test -O --begin 1 --end 3 --step 1 --select incrementScopeCounter %s
2
+// REQUIRES: OS=macosx
3
+// REQUIRES: asserts
4
+
5
+let a = [
6
+%for i in range(0, N):
7
+ (1, 1),
8
+%end
9
+]
0 commit comments