This change does a couple of things. First it gets the Visual Studio builds working.
[oota-llvm.git] / test / CFrontend / 2007-10-15-VoidPtr.c
1 // RUN: %llvmgcc -S %s -o /dev/null
2 void bork(void **data) {
3   (*(unsigned short *) (&(data[37])[927]) = 0);
4 }