Merge branch 'master' of git://github.com/bschussek/testub10
[testub10.git] / parser / tom_minus.2
1 method m(a)
2   a := --1;
3 end;