[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_snafu_01.0
diff --git a/gesamt/codea_snafu_01.0 b/gesamt/codea_snafu_01.0
new file mode 100644 (file)
index 0000000..3383891
--- /dev/null
@@ -0,0 +1,11 @@
+method a()
+       return 5 - 3;
+end;
+
+method b(x)
+       return 5 - x;
+end;
+
+method c(x)
+       return x - 3;
+end;