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