llvm-mirror/test/ExecutionEngine/simplesttest.ll

8 lines
92 B
LLVM
Raw Normal View History

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