1 2 3 4 5 6 7 8 9 10
// PR c++/52725 struct A { }; const int n = 42; void f() { A** p = new (A*[n]); }