]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr89211.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr89211.c
1 /* PR c/89211 */
2 /* { dg-do compile } */
3
4 void foo ();
5 void foo ()
6 {
7 void foo (struct S); /* { dg-warning "declared inside parameter list" } */
8 }