aboutsummaryrefslogtreecommitdiffstats
path: root/test/arysubnm.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:59:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:59:03 +0300
commitb9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2 (patch)
treee6f86edd2f661aff2cd81eb4d4a54fa86fd4fe60 /test/arysubnm.awk
parent3ca7f0b16d0a5c105380b284a81c6a1b2c210908 (diff)
downloadegawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.tar.gz
egawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.tar.bz2
egawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.zip
Move to gawk-3.0.6.
Diffstat (limited to 'test/arysubnm.awk')
-rw-r--r--test/arysubnm.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arysubnm.awk b/test/arysubnm.awk
new file mode 100644
index 00000000..961b54ab
--- /dev/null
+++ b/test/arysubnm.awk
@@ -0,0 +1 @@
+BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }