aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/branch.c
blob: 72e7e20e64485ee32f0e9b58916e4fce15984b98 (plain)
1
2
3
4
5
6
7
8
9
10
#include "framework.h"

BEGIN_TEST(int)
{
    if ((a & 0x1) == 1)
        c = 0;
    else
        c = 1;
}
END_TEST()