PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-85553.C
blob3c6d3c4af04784b5c9960512577564f0bdd3cc1b
1 // PR c++/85553
2 // { dg-do compile { target c++11 } }
3 using T = decltype(nullptr);
4 const constexpr T foo{};