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

8 lines
92 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o %t.bc
2004-11-07 07:32:43 +08:00
; RUN: lli %t.bc > /dev/null
define i32 @main() {
ret i32 0
2002-12-05 01:00:25 +08:00
}