Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ExecutionEngine / Orc / trivial-return-zero.ll
blob1ddefa4a8c671ec5bfc9818f7bb0e83ffd9336b2
1 ; Check that we can execute a program that does nothing and just returns zero.
3 ; This is the simplest possible JIT smoke test. If it fails it indicates a
4 ; critical failure in the JIT (e.g. failure to set memory permissions) that's
5 ; likely to affect all programs.
7 ; RUN: %lli %s
9 define i32 @main(i32 %argc, i8** %argv)  {
10   ret i32 0