ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codea_snafu_02.0
diff --git a/gesamt_ppc/codea_snafu_02.0 b/gesamt_ppc/codea_snafu_02.0
new file mode 100644 (file)
index 0000000..5b79633
--- /dev/null
@@ -0,0 +1,11 @@
+method q(x y)
+       return 5 - ((x - 3) - y);
+end;
+
+method r(x y)
+       return (x - y) - 10;
+end;
+
+method s(x y)
+       return 6 - (x - 1);
+end;