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

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