hanchenye-llvm-project/llvm/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObj...

7 lines
128 B
LLVM
Raw Normal View History

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