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

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