llvm-for-llvmta/test/Linker/Inputs/override-different-linkage.ll

5 lines
56 B
LLVM

define linkonce i32 @foo(i32 %i) {
entry:
ret i32 4
}