mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
8ac346c316
llvm-svn: 48137
8 lines
97 B
LLVM
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
|
|
}
|
|
|