07e74b060b8932b93cd14698a4a8a1703aa29957
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / test-return.ll
1 ; RUN: %lli -use-orcmcjit %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 }