aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vla-8.c
blob: a5b8113a73d925bbb8bc5c73a7ff4700fdb9a166 (plain)
1
2
3
4
5
6
/* { dg-do compile  } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Radar 4336222 */

int a;
struct s { void (*f)(int (*)[a]); };