[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_intelli_04.call
diff --git a/gesamt/codea_intelli_04.call b/gesamt/codea_intelli_04.call
new file mode 100644 (file)
index 0000000..8e6894c
--- /dev/null
@@ -0,0 +1,3 @@
+long g(long, long, long);
+
+RET(g(0, -2, -2) == 1 && g(0, 1, 3) == 0);