First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / bfx.c
blobd47bd7d18bc92228d952e8c28ccf0f7691eba1bf
1 foo (x, c)
3 return x << -c;
6 main ()
8 printf ("%x\n", foo (0xf05, -4));