ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_l.0
1 struct
2   a
3 end;
4
5 method m()
6   a.a := 0;
7   var a:=a;
8   a.a := this;
9 end;