1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/ExecutionEngine/simplesttest.ll
Tanya Lattner 8ac346c316 Remove llvm-upgrade and update tests.
llvm-svn: 48137
2008-03-10 07:21:50 +00:00

8 lines
97 B
LLVM

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