[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / 2003-05-07-ArgumentTest.ll
blob0df5c85e58de745ab1af63b4659978859cb091f2
1 ; RUN: %lli -jit-kind=mcjit %s test
2 ; RUN: %lli %s test
4 declare i32 @puts(ptr)
6 define i32 @main(i32 %argc.1, ptr %argv.1) {
7         %tmp.5 = getelementptr ptr, ptr %argv.1, i64 1          ; <ptr> [#uses=1]
8         %tmp.6 = load ptr, ptr %tmp.5           ; <ptr> [#uses=1]
9         %tmp.0 = call i32 @puts( ptr %tmp.6 )           ; <i32> [#uses=0]
10         ret i32 0