2 /* { dg-do compile } */
3 /* { dg-options "-std=c99 -pedantic-errors" } */
5 void foo (int [(int (*)[1]) { 0 } == 0]);
6 void bar (int n
, int [(int (*)[n
]) { 0 } == 0]);
9 baz (int a
[(int (*)[1]) { 0 } == 0])
15 qux (int n
, int a
[(int (*)[n
]) { 0 } == 0])