]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/20041014-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / 20041014-1.c
CommitLineData
559f2da5
RH
1/* PR c/17023 */
2/* { dg-do compile } */
3/* { dg-options "" } */
4
5void
6f(a, b)
7 int a;
8 int b[({ void h() {} 1; })]; /* { dg-error "braced-group" } */
9{
10}