blob: 1742069c9e88aba930f4f93e9eb7990e61574ec3 [file] [log] [blame]
/* PR c/35750 */
void foo(int[]);
void foo(x) int x[](); {} /* { dg-error "array of functions" } */