(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-85553.C
// PR c++/85553
// { dg-do compile { target c++11 } }
using T = decltype(nullptr);
const constexpr T foo{};