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