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

7 lines
87 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc
2005-10-19 06:13:39 +08:00
void %test() {
%X = alloca {}
ret void
}