aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/cb.wlez.c
blob: c3069fdaada1f038a6a74fefbc3471ccac9c5329 (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_TEST()