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

foo (a, b, p)
     int *p;
{
  p[1] = a & 0xfff0000;
  p[2] = b & 0xfff0000;
}