aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/addw.c
blob: be8afc67a540e4946c8dafbd449c0076df7c0575 (plain)
1
2
3
4
5
#include "framework.h"

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