Fix warnings occured during profiledboostrap on
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / nand.c
blob8228a3c3a42f4e13f61c46865ba5455d0b71e403
1 nadn (a, b)
3 return (~a) | (~b);