codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_16.call
diff --git a/codeb/codea_mrstrcmp_16.call b/codeb/codea_mrstrcmp_16.call
new file mode 100644 (file)
index 0000000..723a087
--- /dev/null
@@ -0,0 +1,7 @@
+long f(long, long, long);
+
+RET(f(0, 0x00, 0x00) == 1 &&
+    f(0, 0x0A, 0xFF) == 0 &&
+    f(0, 0xFF, 0x50) == 0 &&
+    f(0, 0x0A, 0x50) == 1);
+