1 /* PR c/35750 */
2
3 void foo(int[]);
4 void foo(x) int x[](); {} /* { dg-error "array of functions" } */
1 /* PR c/35750 */
2
3 void foo(int[]);
4 void foo(x) int x[](); {} /* { dg-error "array of functions" } */