Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ExecutionEngine / 2010-01-15-UndefValue.ll
blob5376fa232962ee3ef1cade9112894ca5b0c37aa8
1 ; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s
3 define 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