Testcase from PR #3381

From-SVN: r44822
This commit is contained in:
Gabriel Dos Reis 2001-08-12 08:26:01 +00:00
parent e7e0c3d412
commit 1910ae1527

View File

@ -0,0 +1,13 @@
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Jens.Maurer@gmx.net
// { dg-do compile }
namespace N
{
template<class T>
class A { };
}
template class ::N::A<int>;