aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/aa.c
blob: 61a4147afa67b8cc092e267243b83cb95e76fb8d (plain)
1
2
3
4
5
6
7
8
#define w 20
#define c 1

foo (a)
     unsigned a;
{
  return ((a & ((1 << w) - 1)) << c) > 0;
}