[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_mrstrcmp_11.call
diff --git a/gesamt/codea_mrstrcmp_11.call b/gesamt/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);