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

foo (a)
{
  return a | 0xffff0101;
}