xref: /aosp_15_r20/external/llvm/test/Linker/Inputs/comdat11.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1$foo = comdat any
2@foo = global i8 1, comdat
3define void @zed() {
4  call void @bar()
5  ret void
6}
7define void @bar() comdat($foo) {
8  ret void
9}
10