blob: 01cb21f4206dd35030fc3f604408967b6b09c336 [file] [log] [blame]
; RUN: %lli -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
}