gesamt: testfaelle fix (bitte hinweis in README lesen) und ein neuer testfall
[testub10.git] / gesamt / lewurm_09.0
diff --git a/gesamt/lewurm_09.0 b/gesamt/lewurm_09.0
new file mode 100644 (file)
index 0000000..58e31db
--- /dev/null
@@ -0,0 +1,20 @@
+/* inspired by s'evil skinn0rEE ! */
+struct a end;
+method f()
+       return ((this--8).g()).h(j());
+end;
+
+method g()
+       this.a := this.a*10;
+       return this--8;
+end;
+
+method h()
+       this.a := this.a*20;
+       return this--8;
+end;
+
+method j()
+       this.a := this.a*30;
+       return this--8;
+end;