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

BEGIN_TEST(long long)
{
    if (0 == (a & 0x1LL))
        c = 1;
    else
        c = 0;
}
END_TEST()