android_mt6572_jiabo/external/llvm/test/Linker/Inputs/comdat11.ll
2025-09-05 16:56:03 +08:00

9 lines
145 B
LLVM

$foo = comdat any
@foo = global i8 1, comdat
define void @zed() {
call void @bar()
ret void
}
define void @bar() comdat($foo) {
ret void
}