New test.

llvm-svn: 42986
This commit is contained in:
Devang Patel 2007-10-15 15:41:07 +00:00
parent bff4aea328
commit 80b1222274
1 changed files with 5 additions and 0 deletions

View File

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