llvm-mirror/test/CFrontend/2007-10-15-VoidPtr.c

5 lines
111 B
C
Raw Normal View History

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