2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920702-1.c
blob23a5395b0cd12ee12878d6b8e7cd54c58363e623
1 int somevar;
2 void
3 yylex ()
5 register int result = 0;
6 int num_bits = -1;
8 if (((result >> -1) & 1))
9 somevar = 99;