1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com> // Origin: Jens.Maurer@gmx.net // { dg-do compile } // Fixed: PR 3381 namespace N { template<class T> class A { }; } template class ::N::A<int>;