ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codeb_intelli_07.0
diff --git a/gesamt_ppc/codeb_intelli_07.0 b/gesamt_ppc/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;