blob: 64c353f28de894df1ef83d5bbbf3c260938aad80 [file] [log] [blame]
// { dg-do assemble }
//Based on a report by Helmut Jarausch <jarausch@IGPM.Rwth-Aachen.DE>
template<class>
class foo{};
namespace ABC
{
using ::foo;
}