forked from OSchip/llvm-project
parent
38836f0f39
commit
306f155a84
|
@ -0,0 +1,9 @@
|
|||
; RUN: llvm-as %s -o %t.bc
|
||||
; RUN: lli -force-interpreter=true %t.bc
|
||||
|
||||
define i32 @main() {
|
||||
%a = add i32 0, undef
|
||||
%b = add float 0.0, undef
|
||||
%c = add double 0.0, undef
|
||||
ret i32 0
|
||||
}
|
Loading…
Reference in New Issue