[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_01.0
diff --git a/gesamt/codeb_intelli_01.0 b/gesamt/codeb_intelli_01.0
new file mode 100644 (file)
index 0000000..69c53bb
--- /dev/null
@@ -0,0 +1,6 @@
+struct goo gaa gee end;
+
+method s(x y)
+       var foobar := (this.gaa * x.goo) - (y * -2);
+       return foobar * foobar;
+end;