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