parse2.C   [plain text]


// { dg-do assemble  }
// GROUPS passed parsing
class BitString {
public:
    int i;
};


typedef BitString BS;
typedef ::BitString cBS;