aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/interop/individual/ll_multillargs.c
blob: 34b422ebad604954a302bcf3daebfedc79fe9a4c (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_TEST64()