[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeDyldChecker isn't properly
[oota-llvm.git] / test / ExecutionEngine / test-return.ll
1 ; RUN: %lli %s > /dev/null
2
3 define i32 @main() nounwind uwtable {
4 entry:
5   %retval = alloca i32, align 4
6   store i32 0, i32* %retval
7   ret i32 0
8 }