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

7 lines
118 B
LLVM
Raw Normal View History

; RUN: llc < %s
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
}