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

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