ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codea_skinner33_20.0
diff --git a/gesamt_ppc/codea_skinner33_20.0 b/gesamt_ppc/codea_skinner33_20.0
new file mode 100644 (file)
index 0000000..5a8927a
--- /dev/null
@@ -0,0 +1,11 @@
+method f1(a)
+       return this - (a - 0);
+end;
+
+method f2(a)
+       return (this - a) - (0 - a);
+end;
+
+method f3(a)
+       return 5 - (a - 0);
+end;