// PR c++/71568 // { dg-do compile { target c++11 } } template class F : T {}; template using void_t = void; template struct G; template struct G> {}; struct D { void nlog_custom(); }; G> g; // { dg-error "incomplete" }