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

BEGIN_TEST(int)
  c = i_multiiargs(a, b, a-b, a+b);
END_TEST()