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