PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-int-4.c
blobc9c6e8e5e95674076dcf96e937816fc79ed9b1d5
1 /* { dg-do compile } */
2 /* { dg-options "-Wno-implicit -Wimplicit-int" } */
4 static l; /* { dg-warning "type defaults to" } */
6 foo (a) /* { dg-warning "return type defaults to" } */
7 /* { dg-warning "type of .a. defaults to .int." "type" { target *-*-* } .-1 } */
9 auto p; /* { dg-warning "type defaults to" } */
10 typedef bar; /* { dg-warning "type defaults to" } */