blob: 021adb9c88735e754fea596da8ba53eec09bf412 [file] [log] [blame]
; RUN: llc < %s -march=c
define void @test() {
%X = alloca [4 x i32] ; <[4 x i32]*> [#uses=0]
ret void
}