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.
1 parent 53121af commit 3f03202Copy full SHA for 3f03202
validation-test/compiler_scale/nominal_bodies.gyb
@@ -0,0 +1,9 @@
1
+// RUN: %scale-test --sum-multi --parse --begin 5 --end 16 --step 5 --select NumIterableDeclContextParsed %s
2
+// REQUIRES: OS=macosx
3
+// REQUIRES: asserts
4
+
5
+struct S${N} {}
6
+class C${N} {}
7
+enum E${N} {}
8
+extension C${N} {}
9
+protocol P${N} {}
0 commit comments