1 2 3 4 5
class C { public: size_t f4 : 8 * sizeof(size_t) - 2; // <-- this star is treated a pointer token };