1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-02 00:42:52 +01:00
llvm-mirror/test/ExecutionEngine/simplesttest.ll

8 lines
92 B
LLVM
Raw Normal View History

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