blob: 3c6d3c4af04784b5c9960512577564f0bdd3cc1b [file] [log] [blame]
// PR c++/85553
// { dg-do compile { target c++11 } }
using T = decltype(nullptr);
const constexpr T foo{};