8sa1-gcc/gcc/testsuite/gcc.c-torture/unsorted/bfx.c

10 lines
82 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
foo (x, c)
{
return x << -c;
}
main ()
{
printf ("%x\n", foo (0xf05, -4));
}