ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codeb_intelli_09.0
diff --git a/gesamt_ppc/codeb_intelli_09.0 b/gesamt_ppc/codeb_intelli_09.0
new file mode 100644 (file)
index 0000000..e911c52
--- /dev/null
@@ -0,0 +1,11 @@
+method m(a)
+       var u := 10;
+       if this < 50 then
+               if 10 < a then
+                       return a - 10;
+               end;
+               var x := 20;
+               u := u - (x * -1);
+       end;
+       return u;
+end;