See:
$ declare -ai a=1
$ declare -n b=a[0]
$ b+=1
bash: a[0]1: syntax error in expression (error token is "1")Reproducible on 5.1.4 too -- Oğuz
See:
$ declare -ai a=1
$ declare -n b=a[0]
$ b+=1
bash: a[0]1: syntax error in expression (error token is "1")Reproducible on 5.1.4 too -- Oğuz