Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_bash
/
9c4eca853d02ea94c03ea9dbeadc5e046dfc32f8
/
.
/
tests
/
nameref2.sub
blob: 547cc199cb64e777360190fb894ab94019efdcf3 [
file
] [
log
] [
blame
]
# test readonly nameref variables
# ksh93 allows this but not typeset -rn ref=foo?
typeset
-
n
ref
=
foo
readonly
ref
foo
=
4
echo $ref