2007-10-15-VoidPtr.c   [plain text]


// RUN: %llvmgcc -S %s -o /dev/null
void bork(void **data) {
  (*(unsigned short *) (&(data[37])[927]) = 0);
}