aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/andw.c
blob: 99de00492c0deda28f74c3dbcf53921b3eb51315 (plain)
1
2
3
4
5
#include "framework.h"

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