summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr61222-2.c
blob: 23611c13b15ed6b225a1f962adc8108166c9b202 (plain)
1
2
3
4
5
6
7
int a, b, d;
int main (void)
{
  int c = a && 1;
  d = 1 << (((c | (b - 842)) << 1) + 1);
  return 0;
}