PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr72816.c
blobb1498c7a7032c0c99a7de609f91dcdc3cab960c2
1 /* PR c/72816 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu11" } */
5 typedef const int A[];
6 struct S {
7 int a;
8 A b;
9 };