aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr90677-2.c
blob: 1d125e01586f362931e2dca5767f742a89780a5f (plain)
1
2
3
4
5
6
7
8
/* PR c/90677 */
/* { dg-do compile } */
/* { dg-options "-W -Wall" } */

extern void foo (int, int, const char *, ...)
  __attribute__ ((__format__ (__gcc_tdiag__, 3, 4)));
struct cgraph_node;
extern void bar (struct cgraph_node *);