aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/xzz.c
blob: bb7dd2771eae69aa5ce8020726f09f3f0804f8dc (plain)
1
2
3
4
5
6
/* { dg-additional-options "-std=gnu89" } */

foo (a, b)
{
  return a >> (char) b;
}