blob: 1cf11c868deb4e5fd8a036ef5e52ef8f6d52a300 [file] [log] [blame]
// RUN: %target-swift-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