aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr40861.c
blob: 1d955e6168b05ccce2665eb26a1ef5f3acfc5155 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O" } */

int foo(int i)
{
  return (1LL >> 128 * i) && i;
}