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

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