rt_gccstream/gcc/testsuite/g++.dg/opt/init1.C

5 lines
68 B
C

// PR c++/23171
// { dg-options "-O" }
int *p = (int*)(int[1]){0};