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

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