blob: b758d9602407ac2254c3839120a01a92db7309b9 [file] [log] [blame]
unset a
readonly a=A
# external commands and builtins should behave the same:
(exit 42); a=Z echo "Visible:$?"
echo
(exit 42); a=Z env echo "Visible:$?"