summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wimplicit-int-3.c
blob: 654ce736c25b53b30026bab4dc84ce7a8cb2af2b (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -Wno-implicit-int" } */

static l;

foo (a)
{
  auto p;
  typedef bar;
}