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

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