blob: c208490f1be6b4c74dabea32a4bd13b38130456c [file] [log] [blame]
; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s
define i32 @main() {
%a = add i32 0, undef
%b = fadd float 0.0, undef
%c = fadd double 0.0, undef
ret i32 0
}