Switch a bunch of Linker tests from using elaborate echo productions to
[oota-llvm.git] / test / Linker / Inputs / linkage.a.ll
1 @X = linkonce global i32 5
2 define linkonce i32 @foo() { ret i32 7 }