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