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

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