Adding support and tests for multiple module handling in lli
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / multi-module-b.ir
1 declare i32 @FC()
2
3 define i32 @FB() {
4   %r = call i32 @FC( )   ; <i32> [#uses=1]
5   ret i32 %r
6 }
7