1 ; RUN: %lli -jit-kind=mcjit %s test
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]