FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / using11.C
blob23943f22a1a34bee4dfd41b4ab366bd26b04712c
1 // Build don't link:
3 class joey {
4 public:
5   typedef int SVec;
6 };
8 using joey::SVec; // ERROR - joey is not a namespace