aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/andw.c
blob: 799dc7fb2a047ce73d17fb4b2474893d146c791b (plain)
1
2
3
4
5
#include "framework.h"

BEGIN_TEST(int)
    c = a&b;
END_TEST32()