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