hanchenye-llvm-project/llvm/test/Linker/Inputs/linkage.a.ll

3 lines
68 B
LLVM

@X = linkonce global i32 5
define linkonce i32 @foo() { ret i32 7 }