Eigene Testfaelle. lewurm_01.call und lewurm_02.call ausgebessert.
[testub10.git] / ag / fieselschweif_03.0
1 /* variable and field can have the same name */
2 struct a b end;
3 method foobar(a)
4         var b := 23;
5 end;