Testcase bugfix
[testub10.git] / codeb / codea_abgabe_am.0
1 struct a b c end;
2 struct d e f end;
3
4 method m(x)
5   return x.c.d;
6 end;