Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Linker / Inputs / linkage.a.ll
1 @X = linkonce global i32 5
2 define linkonce i32 @foo() { ret i32 7 }