X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=parser%2Ftom_multeq.2;fp=parser%2Ftom_multeq.2;h=6e52224baf3abb7ea23f0dae3429ef14c028b74d;hp=0000000000000000000000000000000000000000;hb=00e79976e654ea5de16ea2823310986d3b709530;hpb=fda5862146f0236e63c11a9241a9cff15abc7c5e diff --git a/parser/tom_multeq.2 b/parser/tom_multeq.2 new file mode 100644 index 0000000..6e52224 --- /dev/null +++ b/parser/tom_multeq.2 @@ -0,0 +1,3 @@ +method m (a b) + return a = b = a; +end;