mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00
5 lines
121 B
C
5 lines
121 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
void bork(void **data) {
|
|
(*(unsigned short *) (&(data[37])[927]) = 0);
|
|
}
|