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