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

8 lines
92 B
LLVM

; RUN: llvm-as %s -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
ret i32 0
}