[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_10.call
diff --git a/gesamt/codeb_intelli_10.call b/gesamt/codeb_intelli_10.call
new file mode 100644 (file)
index 0000000..39c3e6d
--- /dev/null
@@ -0,0 +1,3 @@
+extern long long m(long long this, long long a);
+
+RET(m(60, 0) == 10 && m(0, 10) == 200 && m(35, 18) == 8 && m(-10, 0) == 840);
\ No newline at end of file