C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / log2.c
blobc24520faaedb332e697a6aa588479abb3707fa72
1 /* { dg-additional-options "-std=gnu89" } */
3 log2 (a, b)
5 int c;
6 c = ~(~a & ~b);
7 return c;