[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / ag_lewurm_00.3
diff --git a/gesamt/ag_lewurm_00.3 b/gesamt/ag_lewurm_00.3
new file mode 100644 (file)
index 0000000..25e8e2f
--- /dev/null
@@ -0,0 +1,6 @@
+method f(a b c)
+       /* x nicht deklariert */
+       if a < x then
+               c := 0x1;
+       end;
+end;