// Origin: PR c++/52343 // { dg-do compile { target c++11 } } template using A = int; template class> struct B {}; B b;