(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.brendan/
parse2.C
// { dg-do assemble  }
// GROUPS passed parsing
class BitString {
public:
    int i;
};


typedef BitString BS;
typedef ::BitString cBS;