Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr99906.c
blobbb399a3e2ffab20d2101bcab5f553003fa3da32a
1 void bar(void *) __attribute__((__nonnull__));
2 void *baz(void);
3 void foo(void) { bar(baz()); }