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