Files
swift-mirror/validation-test/compiler_scale/bind_extension_decl.gyb
2017-11-15 21:55:55 -08:00

7 lines
187 B
Plaintext

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