1; The only use of "typeid1" is in a dead function. Export nothing.
2
3; RUN: opt -S -lowertypetests -lowertypetests-summary-action=export -lowertypetests-read-summary=%S/Inputs/use-typeid1-dead.yaml -lowertypetests-write-summary=%t < %s | FileCheck %s
4; RUN: FileCheck --check-prefix=SUMMARY %s < %t
5
6@foo = constant i32 42, !type !0
7
8!0 = !{i32 0, !"typeid1"}
9
10; CHECK-NOT: @__typeid_typeid1_global_addr =
11
12; SUMMARY:      TypeIdMap:
13; SUMMARY-NEXT: WithGlobalValueDeadStripping: true
14; SUMMARY-NEXT: ...
15