rt_gccstream/gcc/testsuite/gcc.dg/old-style-param-1.c

5 lines
101 B
C

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