aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using11.C
blob: 23943f22a1a34bee4dfd41b4ab366bd26b04712c (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:

class joey {
public:
  typedef int SVec;
};

using joey::SVec; // ERROR - joey is not a namespace