// PR c++/96474 // { dg-do compile { target c++17 } } template struct A { template struct B { }; }; A<>::B b;