1; RUN: llc < %s
2
3define void @test() {
4        %X = alloca {  }                ; <{  }*> [#uses=0]
5        ret void
6}
7