summaryrefslogtreecommitdiffstats
path: root/tests/array2.sub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/array2.sub')
-rw-r--r--tests/array2.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/array2.sub b/tests/array2.sub
new file mode 100644
index 0000000..44bb7c5
--- /dev/null
+++ b/tests/array2.sub
@@ -0,0 +1,4 @@
+declare -r []=asdf
+declare -r a[]=asdf
+
+declare -a ''=(a 'b c')