[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_07.call
diff --git a/gesamt/codeb_intelli_07.call b/gesamt/codeb_intelli_07.call
new file mode 100644 (file)
index 0000000..d66845c
--- /dev/null
@@ -0,0 +1,5 @@
+extern long long m(long long *this, long long x);
+
+long long ar[3] = { 2, 4, 8 };
+
+RET(m(ar, 12) == 188 && ar[0] == 1 && ar[1] == 4 && ar[2] == 8);