1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/FrontendC/2007-10-15-VoidPtr.c

5 lines
111 B
C
Raw Normal View History

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