Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / aa.c
blob61a4147afa67b8cc092e267243b83cb95e76fb8d
1 #define w 20
2 #define c 1
4 foo (a)
5 unsigned a;
7 return ((a & ((1 << w) - 1)) << c) > 0;