[Orc] Regression tests for OrcMCJITReplacement.
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / simplesttest.ll
1 ; RUN: %lli -use-orcmcjit %s > /dev/null
2
3 define i32 @main() {
4         ret i32 0
5 }
6