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