aboutsummaryrefslogtreecommitdiffstats
path: root/test/functab6.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 10:43:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 10:43:21 +0300
commitc89ce5850cf9dc9173364de62bb183b207826e96 (patch)
tree3a43121188751d50b1b2f0cbdae63fb64f03057d /test/functab6.awk
parent769de8893a550b3439aabe7c754fbf9cafa45df8 (diff)
downloadegawk-c89ce5850cf9dc9173364de62bb183b207826e96.tar.gz
egawk-c89ce5850cf9dc9173364de62bb183b207826e96.tar.bz2
egawk-c89ce5850cf9dc9173364de62bb183b207826e96.zip
Bug fix for FUNCTAB and SYMTAB. Update tests.
Diffstat (limited to 'test/functab6.awk')
-rw-r--r--test/functab6.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functab6.awk b/test/functab6.awk
new file mode 100644
index 00000000..ec690d0e
--- /dev/null
+++ b/test/functab6.awk
@@ -0,0 +1 @@
+BEGIN { print FUNCTAB[0] }