mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
9 lines
108 B
LLVM
9 lines
108 B
LLVM
; RUN: llvm-as %s -o /dev/null
|
|
|
|
define void @test() {
|
|
call {i32} @foo()
|
|
ret void
|
|
}
|
|
|
|
declare {i32 } @foo()
|