summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
blob: 59b31d95b14cf76d8753cb342da40fa2066113e5 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc

void %test() {
  %X = alloca {}
  ret void
}