summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using5.C
blob: ea7d84cc382fcbf9b7cfe03844145dd465f62281 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
namespace a {
    class b {
	using std::c;  //{ dg-error "" } namespace using on class level
    };
}