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

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