blob: f0bbc8092cd26ce04cdea285a2b641b18d7c5f54 [file] [log] [blame]
// PR c++/81055
// { dg-do compile { target c++11 } }
int** p = new int*[1]{q}; // { dg-error "not declared" }