mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
// RUN: %scale-test --sum-multi --parse --begin 5 --end 16 --step 5 --select NumIterableDeclContextParsed %s
|
|
// REQUIRES: OS=macosx
|
|
// REQUIRES: asserts
|
|
|
|
struct S${N} {}
|
|
class C${N} {}
|
|
enum E${N} {}
|
|
extension C${N} {}
|
|
protocol P${N} {}
|