1 // PR c++/81055
2 // { dg-do compile { target c++11 } }
3 
4 int** p = new int*[1]{q};  // { dg-error "not declared" }
5