]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr17424-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr17424-1.c
1 /* Test for bug 17424: ICE for sizeof an undeclared variable. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 ;int foezis = sizeof tni; /* { dg-error "'tni' undeclared" } */