codeb: testfaelle aus codea
[testub10.git] / codeb / codea_intelli_04.call
diff --git a/codeb/codea_intelli_04.call b/codeb/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);