]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/nameref2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / nameref2.sub
CommitLineData
ac50fbac
CR
1# test readonly nameref variables
2# ksh93 allows this but not typeset -rn ref=foo?
3typeset -n ref=foo
4readonly ref
5foo=4
6
7echo $ref