blob: 9cb31e9ae37da9d35d0d02a419a236595f1621ee [file] [log] [blame]
// RUN: %target-swift-frontend -module-name test -emit-ir -primary-file %s %S/Inputs/objc-protocol-other.swift -import-objc-header %S/Inputs/objc-protocol-bridging.h -sdk %sdk -o %t.o
// REQUIRES: objc_interop
import Foundation
@objc class Foo : NSObject, ObjCProtocol { }