Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr97130.c
blobf437b763c94c3cd6811286cf0ece10cc4f5f40a8
1 /* { dg-additional-options "-Wno-builtin-declaration-mismatch" } */
3 void *
4 memset (int, int, __SIZE_TYPE__);
6 void
7 mp (int xl)
9 memset (xl, 0, sizeof xl);