aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/compw.gtu.c
blob: 947f6a14445b015b5f2b5149e7fa4ca59d62c043 (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned int)
{
    c = (a > b);
}
END_TEST32()