2005-10-18-ZeroSizeStackObject.ll   [plain text]


; RUN: llc < %s

define void @test() {
        %X = alloca {  }                ; <{  }*> [#uses=0]
        ret void
}