Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / pr90677-2.c
blob1d125e01586f362931e2dca5767f742a89780a5f
1 /* PR c/90677 */
2 /* { dg-do compile } */
3 /* { dg-options "-W -Wall" } */
5 extern void foo (int, int, const char *, ...)
6 __attribute__ ((__format__ (__gcc_tdiag__, 3, 4)));
7 struct cgraph_node;
8 extern void bar (struct cgraph_node *);