OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[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" } */