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

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