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