// { dg-do compile } // Copyright (C) 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 30 Nov 2001 // PR 3381 namespace N { template class A { }; } template class N::A; // this works (by itself) template class ::N::A; // but this doesn't