brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · f6d4c9b Raw
10 lines · plain
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