New testcase
[oota-llvm.git] / test / CodeGen / Generic / 2005-10-18-ZeroSizeStackObject.ll
1 ; RUN: llvm-as < %s | llc
2
3 void %test() {
4   %X = alloca {}
5   ret void
6 }