llvm-6502/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
2006-12-02 04:23:10 +00:00

11 lines
117 B
LLVM

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