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

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