// PR c++/54440 // { dg-do compile { target c++11 } } template struct A { template struct B { }; }; A::B<42,'a',float> b;