#include "framework.h" BEGIN_TEST(unsigned int) { c = ((a & 0x1U) != (b & 0x1U)); } END_TEST()