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

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