1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll

7 lines
118 B
LLVM
Raw Normal View History

; RUN: llc < %s
2005-10-19 00:13:39 +02:00
define void @test() {
%X = alloca { } ; <{ }*> [#uses=0]
ret void
2005-10-19 00:13:39 +02:00
}