Skip to content

Commit 3f03202

Browse files
committed
test: add a scale test for the number of IterableDeclContext getting parsed.
1 parent 53121af commit 3f03202

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)