llvm-project/llvm/test/Linker/Inputs/comdat9.ll

6 lines
90 B
LLVM

$c = comdat any
@a = alias void ()* @f
define internal void @f() comdat $c {
ret void
}