[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / Inputs / cross-module-b.ll
blob687011741103cd2049aded5172a0d6fc93867d91
1 declare i32 @FA()
3 define i32 @FB() {
4   %r = call i32 @FA( )   ; <i32> [#uses=1]
5   ret i32 %r