[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_06.0
diff --git a/gesamt/codeb_intelli_06.0 b/gesamt/codeb_intelli_06.0
new file mode 100644 (file)
index 0000000..8033ef1
--- /dev/null
@@ -0,0 +1,8 @@
+struct x y z end;
+
+method b(a)
+       a.x := 3;
+       a.y := 2;
+       a.z := (a.x * a.y) - 10;
+       return a;
+end;