ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codea_mrstrcmp_09.call
diff --git a/gesamt_ppc/codea_mrstrcmp_09.call b/gesamt_ppc/codea_mrstrcmp_09.call
new file mode 100644 (file)
index 0000000..27d2e6f
--- /dev/null
@@ -0,0 +1,4 @@
+long f(long, long, long);
+
+RET(f(0, 20, 10) ==  10 &&
+    f(0, 10, 20) == -10);