aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/cb.wgtz.c
blob: abb695bd531a8fb9309b7db0a85d45f9d7610962 (plain)
1
2
3
4
5
6
7
8
9
10
#include "framework.h"

BEGIN_TEST(int)
{
    if (0 >= (a & 0x1))
        c = 1;
    else
        c = 0;
}
END_TEST32()