* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr45876.c
bloba71be5fa8950b4a45bb669197f11ec973d17049c
1 /* PR middle-end/45876 */
3 unsigned
4 foo (unsigned x)
6 short i = 0;
7 i = ((short) (((((unsigned) i) >> 1) & 16383) + x)) & 16383;
8 return i;