Merge branch 'master' of git://github.com/bschussek/testub10
[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;