1; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s 2 3define i32 @main() { 4 %a = add i32 0, undef 5 %b = fadd float 0.0, undef 6 %c = fadd double 0.0, undef 7 %d = insertvalue {i32, [4 x i32]} undef, i32 1, 1, 2 8 ret i32 0 9} 10