* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / bfx.c
blobd47bd7d18bc92228d952e8c28ccf0f7691eba1bf
1 foo (x, c)
3 return x << -c;
6 main ()
8 printf ("%x\n", foo (0xf05, -4));