mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
bb2cd15df7
llvm-svn: 17536
11 lines
112 B
LLVM
11 lines
112 B
LLVM
; RUN: llvm-as -f %s -o %t.bc
|
|
; RUN: lli %t.bc > /dev/null
|
|
|
|
|
|
implementation
|
|
|
|
int %main() {
|
|
ret int 0
|
|
}
|
|
|