ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_h.0
diff --git a/ag/abgabe_h.0 b/ag/abgabe_h.0
new file mode 100644 (file)
index 0000000..d33a5c6
--- /dev/null
@@ -0,0 +1,13 @@
+struct
+  a
+  b
+end;
+
+struct
+  c
+  d
+end;
+
+method m()
+  this.b.c := 5;
+end;