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

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