Files
swift-mirror/validation-test/compiler_scale/bind_extension_decl.gyb
2018-03-06 19:42:52 -08:00

7 lines
192 B
Plaintext

// RUN: %scale-test --sum-multi --typecheck --begin 5 --end 16 --step 5 --select NumDeclsValidated %s
// REQUIRES: OS=macosx
// REQUIRES: asserts
struct Struct${N} {}
extension Struct${N} {}