Commit 1910ae15 by Gabriel Dos Reis

Testcase from PR #3381

From-SVN: r44822
parent e7e0c3d4
// 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>;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment