aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/compw.ne.c
blob: 433b0b86c226e84667dbe3334ea60203b0f4b2fe (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned int)
{
    c = ((a & 0x1U) != (b & 0x1U));
}
END_TEST()