ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_04.0
diff --git a/gesamt_ppc/lewurm_04.0 b/gesamt_ppc/lewurm_04.0
new file mode 100644 (file)
index 0000000..3cb87cb
--- /dev/null
@@ -0,0 +1,8 @@
+method f()
+                       /* 14 */      /* 16 */ /* 15 */
+       return (this-1).g()-(this-2).g()-g();
+end;
+
+method g()
+       return this;
+end;