[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / ag_torotil_01.3
diff --git a/gesamt/ag_torotil_01.3 b/gesamt/ag_torotil_01.3
new file mode 100644 (file)
index 0000000..84d6480
--- /dev/null
@@ -0,0 +1,9 @@
+struct 
+    one struct_not defined
+end;
+
+method main(a b)
+   var something := 0x42;
+   var the := 0x42;
+   the.one.missing_struct := something;
+end;