PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / g++.dg / opt / init1.C
blobd9a139e72a8584957f0b649a9439a1681b04b5bc
1 // PR c++/23171
2 // { dg-options "-O" }
4 int *p = (int*)(int[1]){0};