codea: testfaelle von intelli
[testub10.git] / codea / intelli_04.call
diff --git a/codea/intelli_04.call b/codea/intelli_04.call
new file mode 100644 (file)
index 0000000..66eac1d
--- /dev/null
@@ -0,0 +1,4 @@
+long g(long, long, long);
+
+RET(g(0, -2, -2) == 1);
+RET(g(0, 1, 3) == 0);
\ No newline at end of file