llvm-for-llvmta/test/Linker/Inputs/only-needed-recurse.ll

9 lines
85 B
LLVM

define void @f2() {
call void @f3()
ret void
}
define void @f3() {
ret void
}