parser: offizielle testfaelle der abgabe
[testub10.git] / ag / nax_02.0
1 method with_args2(arg1 arg2)
2     var a := 0;
3     doit();
4     another_stmt();
5     a;
6     something();
7     something_other(arg1,);
8 end;