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