[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codeb_intelli_07.0
diff --git a/gesamt/codeb_intelli_07.0 b/gesamt/codeb_intelli_07.0
new file mode 100644 (file)
index 0000000..a56f9e9
--- /dev/null
@@ -0,0 +1,8 @@
+struct x y z end;
+
+method m(x)
+       var a := x;
+       this.x := (this.y or this.z) = a;
+       x := 47;
+       return this.y * x;
+end;