mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
df7da98f55
llvm-svn: 47119
7 lines
117 B
LLVM
7 lines
117 B
LLVM
; RUN: llvm-as < %s -o /dev/null -f
|
|
|
|
define void @test(i32 %X) {
|
|
call void @test( i32 6 )
|
|
ret void
|
|
}
|