aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/920702-1.c
blob: 23a5395b0cd12ee12878d6b8e7cd54c58363e623 (plain)
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;
}