ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_09.0
diff --git a/gesamt_ppc/lewurm_09.0 b/gesamt_ppc/lewurm_09.0
new file mode 100644 (file)
index 0000000..bba113f
--- /dev/null
@@ -0,0 +1,20 @@
+/* inspired by s'evil skinn0rEE ! */
+struct a end;
+method f()
+       return ((this--4).g()).h(j());
+end;
+
+method g()
+       this.a := this.a*10;
+       return this--4;
+end;
+
+method h()
+       this.a := this.a*20;
+       return this--4;
+end;
+
+method j()
+       this.a := this.a*30;
+       return this--4;
+end;