add some really simple testcases (by fieselschweif)
[testub10.git] / ag / fieselschweif_03.0
diff --git a/ag/fieselschweif_03.0 b/ag/fieselschweif_03.0
new file mode 100644 (file)
index 0000000..c91f185
--- /dev/null
@@ -0,0 +1,5 @@
+/* variable and field can have the same name */
+struct a b end;
+method foobar(a)
+       var b := 23;
+end;