llvm-for-llvmta/test/ExecutionEngine/MCJIT/simplesttest.ll

7 lines
63 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: %lli %s > /dev/null
define i32 @main() {
ret i32 0
}