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