aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using5.C
blob: 37fc6a8598166b0f5302dcdf1178d85ee9429862 (plain)
1
2
3
4
5
6
// Build don't link:
namespace a {
    class b {
	using std::c;  //ERROR - namespace using on class level
    };
}