[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_04.call
diff --git a/gesamt/codeb_intelli_04.call b/gesamt/codeb_intelli_04.call
new file mode 100644 (file)
index 0000000..130f710
--- /dev/null
@@ -0,0 +1,6 @@
+extern long a(long long *this);
+
+
+long long ar[3] = { 2, 4, 8 };
+
+RET(a(ar) == 815 && ar[0] == 815);