aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/compd.leu.c
blob: e386bc277cd08606bdda34b1aea98a8b2ac3e829 (plain)
1
2
3
4
5
6
7
#include "framework.h"

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