blob: cd588e15d86d021b2a6c4fb4aedede0d54783411 [file] [log] [blame]
// Build don't link:
// GROUPS passed parsing
class BitString {
public:
int i;
};
typedef BitString BS;
typedef ::BitString cBS;