Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85164-1.c
blob1594dbc46b3b0052b698d525e71b7c3af2d0edaa
1 /* { dg-options "-fpermissive -O2 -w" } */
2 a[];
3 b;
4 c() {
5 unsigned long d;
6 b = a[d - 1 >> 3];