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

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