[x86] Switch a constant selection test to use positive assertions and to
[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 }