First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / log2.c
blob39b857840699d276f813e73de138df56b8d8d23b
1 log2 (a, b)
3 int c;
4 c = ~(~a & ~b);
5 return c;