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

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