PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / ext / pr27019.C
blobd83ea867f611c4a5bd021a7bab7932cff3b4b040
2 // { dg-do compile }
3 // { dg-options "" }
5 struct A
7             int i;
8                 int z[1];
9 };
11 A a = { z:{} };