_>struct A : Bit { _> static int a() { return B0|B2; } _> enum { B02=B0|B2 }; _>}; _>int x=A::a(); _>int y=A::B02; _>