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

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