// PR c++/95036 // { dg-do compile { target c++17 } } namespace a { template struct c { static constexpr int d = b; }; template using f = e; template struct g; template struct array; } // namespace a template