* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / shift.c
blob1ed1879c616f76b374a32682fbea932d00e498b1
1 foo (a)
3 if (a >= 0)
4 return (unsigned) a << 10;
5 else
6 return (int) a << 10;