android13/external/llvm/test/tools/gold/X86/Inputs/drop-linkage.ll

10 lines
122 B
LLVM
Raw Normal View History

2024-06-22 08:45:49 -04:00
$foo = comdat any
define linkonce void @foo() comdat {
ret void
}
define void @bar() {
call void @foo()
ret void
}