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