blob: 12cf9de467060f42078bb1f8cf59379ffbe95435 [file] [log] [blame]
// RUN: %target-swift-frontend -primary-file %s %S/Inputs/objc_protocol_multi_file_helper.swift -g -emit-ir | %FileCheck %s
// REQUIRES: objc_interop
// This used to crash <rdar://problem/17929944>.
// To tickle the crash, SubProto must not be used elsewhere in this file.
protocol SubProto : BaseProto {}
// CHECK: @_TMp24objc_protocol_multi_file8SubProto = hidden constant %swift.protocol
protocol DoubleSubProto : IntermediateProto {}
// CHECK: @_TMp24objc_protocol_multi_file14DoubleSubProto = hidden constant %swift.protocol