improve of cmpl.
[bush.git] / tests / nameref2.sub
blob547cc199cb64e777360190fb894ab94019efdcf3
1 # test readonly nameref variables
2 # ksh93 allows this but not typeset -rn ref=foo?
3 typeset -n ref=foo
4 readonly ref
5 foo=4
7 echo $ref