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