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

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