hanchenye-llvm-project/llvm/test/ExecutionEngine/MCJIT/simplesttest.ll

7 lines
69 B
LLVM

; RUN: %lli_mcjit %s > /dev/null
define i32 @main() {
ret i32 0
}