aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/interop/ll_multillargs.c
blob: edb03b12b1c4191e923cd35f37a312224493734f (plain)
1
2
3
4
5
6
7
#include "framework.h"
#include "common.h"

BEGIN_TEST(long long)
  c = ll_multillargs(a, b, a-b, a+b);
END_TEST()