]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr17424-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr17424-1.c
CommitLineData
ad97f4be
JM
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" } */