summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/reg/func2.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/reg/func2.awk')
-rw-r--r--contrib/awk/test/reg/func2.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/awk/test/reg/func2.awk b/contrib/awk/test/reg/func2.awk
new file mode 100644
index 0000000..2abf2c1
--- /dev/null
+++ b/contrib/awk/test/reg/func2.awk
@@ -0,0 +1,2 @@
+function dummy() { ; }
+BEGIN { print dummy (1) }
OpenPOWER on IntegriCloud