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

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