mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
a1947ff877
llvm-svn: 42986
6 lines
112 B
C
6 lines
112 B
C
// RUN: llvm-gcc -S %s -o /dev/null
|
|
void bork(void **data) {
|
|
(*(unsigned short *) (&(data[37])[927]) = 0);
|
|
}
|
|
|