[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_intelli_00.0
diff --git a/gesamt/codea_intelli_00.0 b/gesamt/codea_intelli_00.0
new file mode 100644 (file)
index 0000000..526ed51
--- /dev/null
@@ -0,0 +1,8 @@
+method f(a b c)
+       return (a*5) - (b*c) - this;
+end;
+
+/*verschachtelte mult*/
+method g(a b)
+       return (a * (b * (-4))) - this;
+end;