[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_mrstrcmp_17.0
diff --git a/gesamt/codea_mrstrcmp_17.0 b/gesamt/codea_mrstrcmp_17.0
new file mode 100644 (file)
index 0000000..209c6f5
--- /dev/null
@@ -0,0 +1,16 @@
+method f(a)
+       return (a < 0x0A);
+end;
+
+method g(a)
+       return (0x0A < a);
+end;
+
+method h()
+       return (0x0A < 0x09);
+end;
+
+method i()
+       return (0x0A < 0x0B);
+end;
+