aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/xord.c
blob: b6a90cb054827700e708cfea324ee15c68f7d209 (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(long long)
{
    c = a^b;
}
END_TEST64()