blob: d9a139e72a8584957f0b649a9439a1681b04b5bc [file] [log] [blame]
// PR c++/23171
// { dg-options "-O" }
int *p = (int*)(int[1]){0};