]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/Wmissing-parameter-type.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wmissing-parameter-type.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-parameter-type" } */
3
4 int foo(bar) { return bar; } /* { dg-warning "type of 'bar' defaults to 'int'" } */
5
6