10 lines · plain
1; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s2 3define i32 @main() {4 %a = add i32 0, undef5 %b = fadd float 0.0, undef6 %c = fadd double 0.0, undef7 %d = insertvalue {i32, [4 x i32]} undef, i32 1, 1, 28 ret i32 09}10