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