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

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