OSDN Git Service

* decl2.c (validate_nonmember_using_decl): Complain about using
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / using11.C
1 // Build don't link:
2
3 class joey {
4 public:
5   typedef int SVec;
6 };
7
8 using joey::SVec; // ERROR - joey is not a namespace
9