blob: ade389c8586c9c52630eff0168e9a9b77acdbd03 [file] [log] [blame]
// RUN: %target-swift-frontend -emit-silgen %s -disable-objc-attr-requires-foundation-module -enable-sil-ownership
// REQUIRES: objc_interop
@objc protocol Unrelated {}
@objc class C {}
let c = C()
let unrelated = c as! Unrelated