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