Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr96705.c
blobd7856d20be58d7f5e39801af4e6d2250f2ee363e
1 int __attribute__ ((vector_size (8))) v;
2 int i;
4 void
5 test (void)
7 v &= 0;
8 v *= i;