1; RUN: %lli -jit-kind=mcjit %s > /dev/null2; RUN: %lli %s > /dev/null3 4define i32 @main() nounwind uwtable {5entry:6 %retval = alloca i32, align 47 store i32 0, ptr %retval8 ret i32 09}10