codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_11.call
diff --git a/codeb/codea_mrstrcmp_11.call b/codeb/codea_mrstrcmp_11.call
new file mode 100644 (file)
index 0000000..995bbed
--- /dev/null
@@ -0,0 +1,5 @@
+long f(long, long, long);
+
+RET(f(0, 0, 10) == -10 &&
+    f(0, 0, 20) ==   0 &&
+    f(0, 0, 30) ==  10);