// DR 2392 // { dg-do compile { target c++11 } } template constexpr int foo () { T t; return 1; } using V = decltype (new int[foo ()]);