aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.ns/using11.C
blob: e00d3b1d1d1ff9058e17f532dbd06e20a5c150c7 (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }

class joey {
public:
  typedef int SVec;
};

using joey::SVec; // { dg-error "" } joey is not a namespace