OSDN Git Service

* tree.c (variably_modified_type_p): VM arguments don't make the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vla-8.c
1 /* { dg-do compile  } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
3 /* Radar 4336222 */
4
5 int a;
6 struct s { void (*f)(int (*)[a]); };