2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / andok.c
blobd55bd01b70db1f03b79d57224fec441df0a4b812
1 foo (a, b, p)
2 int *p;
4 p[1] = a & 0xfff0000;
5 p[2] = b & 0xfff0000;