blob: 66514c647c923df54914f3ee553c2e2be497f347 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=c
implementation
void %test() {
%X = alloca [4xint]
ret void
}