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

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