OSDN Git Service

e00d3b1d1d1ff9058e17f532dbd06e20a5c150c7
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / using11.C
1 // { dg-do assemble  }
2
3 class joey {
4 public:
5   typedef int SVec;
6 };
7
8 using joey::SVec; // { dg-error "" } joey is not a namespace
9