ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_k.0
diff --git a/ag/abgabe_k.0 b/ag/abgabe_k.0
new file mode 100644 (file)
index 0000000..cc4ee37
--- /dev/null
@@ -0,0 +1,12 @@
+struct
+  a
+  b
+  c
+end;
+
+method m(a)
+  if c then
+    var b:=a;
+    c:=a;
+  end;
+end;