enum UpDown { up(true), down(false); bool bit; *(bool *bit) {} }