2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / log2.c
blob39b857840699d276f813e73de138df56b8d8d23b
1 log2 (a, b)
3 int c;
4 c = ~(~a & ~b);
5 return c;