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

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