* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / bitw.c
blob585cd32e603626793e045b21255cec88769aba0d
1 foo (a)
2 unsigned a;
4 unsigned b = 0;
6 if ((a & 12345678) > b)
7 return 1;
8 return 0;