Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / codea / abgabe_al.0
1 struct a b c end;
2 struct d e f end;
3
4 method m(x)
5   return e;
6 end;