[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_intelli_08.call
diff --git a/gesamt/codea_intelli_08.call b/gesamt/codea_intelli_08.call
new file mode 100644 (file)
index 0000000..2153dc3
--- /dev/null
@@ -0,0 +1,8 @@
+extern long long f(long long*, long long*);
+
+long long ar[10];
+int i = 1;
+for(; i <= 10; i++)
+       ar[i-1] = i;
+
+RET(f(ar, ar) == -2);