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

BEGIN_TEST(int)
{
    c = a << (b & 0x8);
}
END_TEST()