blob: 4db1c3fe39f0cbb493f56bf4c0c5ba4e4a58023e [file] [log] [blame]
; RUN: %lli_mcjit %s > /dev/null
define i32 @main() nounwind uwtable {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
ret i32 0
}