1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm %s -o /dev/null bork(void ** data)2*f4a2713aSLionel Sambuc void bork(void **data) { 3*f4a2713aSLionel Sambuc (*(unsigned short *) (&(data[37])[927]) = 0); 4*f4a2713aSLionel Sambuc } 5