aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/parse2.C
blob: cd588e15d86d021b2a6c4fb4aedede0d54783411 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 
// GROUPS passed parsing
class BitString {
public:
    int i;
};


typedef BitString BS;
typedef ::BitString cBS;