[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / hello.ll
blob33b34fb6a7af1985e958519dfc0dc6e202135d69
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 @.LC0 = internal global [12 x i8] c"Hello World\00"             ; <ptr> [#uses=1]
6 declare i32 @puts(ptr)
8 define i32 @main() {
9         %reg210 = call i32 @puts( ptr @.LC0 )           ; <i32> [#uses=0]
10         ret i32 0