Print vector types appropriately. This gets basic vector code working
[oota-llvm.git] / test / CFrontend / 2007-11-07-AlignedMemcpy.c
1 // RUN: %llvmgcc -c %s -o /dev/null
2 void bork() {
3   int Qux[33] = {0};
4 }