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

6 lines
112 B
C
Raw Normal View History

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