1 // PR c++/85553
2 // { dg-do compile { target c++11 } }
3 using T = decltype(nullptr);
4 const constexpr T foo{};
5