ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_03.0
diff --git a/gesamt_ppc/lewurm_03.0 b/gesamt_ppc/lewurm_03.0
new file mode 100644 (file)
index 0000000..70fe437
--- /dev/null
@@ -0,0 +1,7 @@
+method f()
+       return (this-50).g();
+end;
+
+method g()
+       return this--50;
+end;