mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
aeb9bb8ba4
llvm-svn: 47296
7 lines
128 B
LLVM
7 lines
128 B
LLVM
; RUN: llvm-as < %s | llc
|
|
|
|
define void @test() {
|
|
%X = alloca { } ; <{ }*> [#uses=0]
|
|
ret void
|
|
}
|