blob: 4abcd4136c1ee7a08cb6a878c6f2c8a9e5432ebc [file] [log] [blame]
// RUN: %scale-test --sum-multi --begin 5 --end 16 --step 5 --select NumFunctionsParsed %s
// REQUIRES: asserts
func method${N}() {}
class C${N} {
func method${N}() {}
}
extension C${N} {
func otherMethod${N}() {}
}
struct S${N} {
func method${N}() {}
}
extension S${N} {
func otherMethod${N}() {}
}
enum E${N} {
func method${N}() {}
}
extension E${N} {
func otherMethod${N}() {}
}
protocol P${N} {
func method${N}()
}
extension P${N} {
func otherMethod${N}() {}
}