Build with $(CC), not gcc explicitly
[oota-llvm.git] / test / CBackend / 2002-09-20-ArrayTypeFailure.ll
1
2
3 implementation
4
5 void %test() {
6         %X = alloca [4xint]
7         ret void
8 }