blob: 13f126c7c2e3bb2ba1a275265e5e0f2f3cdb7ae4 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %target-swift-frontend -parse %s
// RUN: %target-swift-frontend -parse %S/Inputs/sdk-protocol-class/os1.swift
// RUN: %target-swift-frontend -parse %S/Inputs/sdk-protocol-class/os2.swift
// RUN: %target-swift-frontend -parse %S/Inputs/sdk-protocol-class/os3.swift
// REQUIRES: objc_interop
import ObjectiveC
let p: Protocol = objc_getProtocol("NSObject")