2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / other / scope1.C
blob73b141bdf0b0e56dc964668590cd215fea133a48
1 // { dg-do compile }
3 // Copyright (C) 2000 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 30 Nov 2001 <nathan@nathan@codesourcery.com>
6 // PR 3381
8 namespace N {
9   template<class T>
10   class A { };
13 template class N::A<unsigned>; // this works (by itself)
14 template class ::N::A<int>; // but this doesn't