1 2 3 4 5 6 7 8 9 10
int somevar; void yylex () { register int result = 0; int num_bits = -1; if (((result >> -1) & 1)) somevar = 99; }