Update this test to compile properly and check against the correct
[oota-llvm.git] / test / CodeGen / CBackend / 2002-09-20-ArrayTypeFailure.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3
4
5 implementation
6
7 void %test() {
8         %X = alloca [4xint]
9         ret void
10 }