]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/Wimplicit-int-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-int-1.c
CommitLineData
92574c7c
MP
1/* { dg-do compile } */
2/* { dg-options "" } */
3
4static l; /* { dg-warning "type defaults to" } */
5
6foo (a) /* { dg-warning "return type defaults to" } */
7/* { dg-warning "type of .a. defaults to .int." "type" { target *-*-* } 6 } */
8{
9 auto p; /* { dg-warning "type defaults to" } */
10 typedef bar; /* { dg-warning "type defaults to" } */
11}