blob: 088c8b7b0ae558138c256353a9c55877581796db [file] [log] [blame]
// RUN: %target-swift-frontend %s -typecheck
// REQUIRES: objc_interop
import Foundation
struct X {
var a: NSObject
}
[X]()