PR c/64856
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-int-3.c
blob654ce736c25b53b30026bab4dc84ce7a8cb2af2b
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -Wno-implicit-int" } */
4 static l;
6 foo (a)
8 auto p;
9 typedef bar;