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

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