diff options
Diffstat (limited to 'contrib/awk/test/arysubnm.awk')
-rw-r--r-- | contrib/awk/test/arysubnm.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/awk/test/arysubnm.awk b/contrib/awk/test/arysubnm.awk new file mode 100644 index 0000000..961b54a --- /dev/null +++ b/contrib/awk/test/arysubnm.awk @@ -0,0 +1 @@ +BEGIN { n = 11 ; foo[n] = n; print (2 <= n) } |