OSDN Git Service

Fix PR40886.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / old-style-param-1.c
1 /* PR c/35750 */
2
3 void foo(int[]);
4 void foo(x) int x[](); {} /* { dg-error "array of functions" } */