[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-call-no-external-funcs.ll
bloba944105793688f1af0601aa556ba30151569be2d
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 define i32 @_Z14func_exit_codev() nounwind uwtable {
5 entry:
6   ret i32 0
9 define i32 @main() nounwind uwtable {
10 entry:
11   %retval = alloca i32, align 4
12   store i32 0, i32* %retval
13   %call = call i32 @_Z14func_exit_codev()
14   ret i32 %call