]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/array2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / array2.sub
1 declare -r []=asdf
2 declare -r a[]=asdf
3
4 declare -a ''=(a 'b c')