]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/parse-else-error.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / parse-else-error.c
CommitLineData
b4b56033
MLI
1/* PR 23722 */
2/* { dg-do compile } */
3/* { dg-options "-fsyntax-only" } */
4int f()
5{
6 if (1)
7 {
8 return 1;
9 else /* { dg-error "expected .\}. before 'else'" } */
10 {
11 }
12}