[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / test-return.ll
blobf6d4c9b49e6075539abc89cdd3e0fd25f72cf822
1 ; RUN: %lli -jit-kind=mcjit %s > /dev/null
2 ; RUN: %lli %s > /dev/null
4 define i32 @main() nounwind uwtable {
5 entry:
6   %retval = alloca i32, align 4
7   store i32 0, ptr %retval
8   ret i32 0