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

foo (a)
{
  return a & 255;
}