aboutsummaryrefslogtreecommitdiffstats
path: root/test/paramres.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/paramres.awk')
-rw-r--r--test/paramres.awk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/paramres.awk b/test/paramres.awk
new file mode 100644
index 00000000..e2f18927
--- /dev/null
+++ b/test/paramres.awk
@@ -0,0 +1,6 @@
+BEGIN { foo() }
+
+function foo(a, FS, q)
+{
+ print "a =", a
+}