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

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