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

BEGIN_TEST(unsigned int)
{
    c = a/b;
}
END_TEST32()