[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / minimal.ll
blob4f70e00d9c688eb59eba1b2c7e8ffdda3866d49b
1 ; RUN: lli -jit-kind=orc-lazy %s
3 ; Basic correctness check: A module with a single no-op main function runs.
5 define i32 @main(i32 %argc, ptr nocapture readnone %argv) {
6 entry:
7   ret i32 0