parser: offizielle testfaelle der abgabe
[testub10.git] / ag / nax_00.0
1 struct 
2     x y z
3 end;
4
5 method f(a b c)
6     /* sollte funktionieren (zugriff auf this.x) */
7     var n := x;
8     return n;
9 end;
10