Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr47766.c
blob50e2feebadb54ea903b957d3c5c90ac579d570de
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector" } */
3 /* { dg-require-effective-target fstack_protector } */
5 int
6 parse_opt (int key)
8 struct
10 int arg[key];
11 } reqdata;
12 return 0;