aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/interop/individual/ll_multillargs.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-22 11:10:11 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-22 11:10:11 +0100
commit4f45e2926fa9d0dba400ec6b6a1506c898cad13d (patch)
treeaf88ffeec69c62f6df1bd99fbea591168c631186 /test/mppa/interop/individual/ll_multillargs.c
parent49ea6f7d4b9e18f8aa740d068bb3fb9e49596e00 (diff)
downloadcompcert-kvx-4f45e2926fa9d0dba400ec6b6a1506c898cad13d.tar.gz
compcert-kvx-4f45e2926fa9d0dba400ec6b6a1506c898cad13d.zip
Reorganized the test/mppa/ tests to have fewer of them
Diffstat (limited to 'test/mppa/interop/individual/ll_multillargs.c')
-rw-r--r--test/mppa/interop/individual/ll_multillargs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mppa/interop/individual/ll_multillargs.c b/test/mppa/interop/individual/ll_multillargs.c
new file mode 100644
index 00000000..34b422eb
--- /dev/null
+++ b/test/mppa/interop/individual/ll_multillargs.c
@@ -0,0 +1,7 @@
+#include "framework.h"
+#include "common.h"
+
+BEGIN_TEST(long long)
+ c = ll_multillargs(a, b, a-b, a+b);
+END_TEST64()
+