Adding support and tests for multiple module handling in lli
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / multi-module-c.ir
1 define i32 @FC() {
2   ret i32 0
3 }
4