added some testcases for ag
[testub10.git] / ag / nax_02.0
diff --git a/ag/nax_02.0 b/ag/nax_02.0
new file mode 100644 (file)
index 0000000..a335fe6
--- /dev/null
@@ -0,0 +1,8 @@
+method with_args2(arg1 arg2)
+    var a := 0;
+    doit();
+    another_stmt();
+    a;
+    something();
+    something_other(arg1,);
+end;