// 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 . // To tickle the crash, SubProto must not be used elsewhere in this file. protocol SubProto : BaseProto {} // CHECK: @_TMp24objc_protocol_multi_file8SubProto = {{(protected )?}}constant %swift.protocol protocol DoubleSubProto : IntermediateProto {} // CHECK: @_TMp24objc_protocol_multi_file14DoubleSubProto = {{(protected )?}}constant %swift.protocol