PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-int-1.c
blob4a96e8f505d98d87599e2a1769262164caf7d3cb
1 /* { dg-do compile } */
2 /* { dg-options "" } */
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" } */