aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/compw.geu.c
blob: d72ca56c05691be9f2e011b114d1f570e0462ed2 (plain)
1
2
3
4
5
6
7
#include "framework.h"

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