summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using10.C
blob: 64c353f28de894df1ef83d5bbbf3c260938aad80 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }
//Based on a report by Helmut Jarausch <jarausch@IGPM.Rwth-Aachen.DE>
template<class>
class foo{};

namespace ABC
{
  using ::foo;
}