aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/simple.c
blob: 944f09c94b8f055c9ec407d1f770bdb07feb4864 (plain)
1
2
3
4
5
6
7
#include "framework.h"

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