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