summaryrefslogtreecommitdiff
path: root/test/funsmnam.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/funsmnam.awk')
-rw-r--r--test/funsmnam.awk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/funsmnam.awk b/test/funsmnam.awk
new file mode 100644
index 0000000..1e8ca50
--- /dev/null
+++ b/test/funsmnam.awk
@@ -0,0 +1,6 @@
+function foo( \
+ foo)
+{
+ print foo
+}
+{ foo() }