Sign in
ara-mdk
/
platform
/
external
/
llvm
/
43b5f9312d56be400af031f7487a99b75b7b0f97
/
.
/
test
/
ExecutionEngine
/
2010-01-15-UndefValue.ll
blob: 7d646ebdeb9d6441ef178b8e697566cc3008e629 [
file
] [
log
] [
blame
]
; 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
}