C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / andok.c
blob0a3626980fe89c3861b1f2aa32efedfb59639dbd
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b, p)
4 int *p;
6 p[1] = a & 0xfff0000;
7 p[2] = b & 0xfff0000;