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