Testcase bugfix
[testub10.git] / codeb / codea_abgabe_zb.3
1 method m(x)
2   if x then
3     var x:=0;
4   end;
5 end;