[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-call-no-external-funcs.ll
blob7da140c3974c3dbf51633bd815a45f1caf5787d2
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, ptr %retval
13   %call = call i32 @_Z14func_exit_codev()
14   ret i32 %call