testfaelle von thomas ogrisegg (newsgroup)
[testub10.git] / parser / tom_multeq.2
diff --git a/parser/tom_multeq.2 b/parser/tom_multeq.2
new file mode 100644 (file)
index 0000000..6e52224
--- /dev/null
@@ -0,0 +1,3 @@
+method m (a b)
+  return a = b = a;
+end;