Content sent to original stdout
declare -- myfunc_out="Content sent to stdout as defined at invocation time"
+ exec
++ myfunc
++ echo 'Content sent to stdout as defined at invocation time'
++ echo 'Content sent to original stdout'
+ myfunc_out='Content sent to stdout as defined at invocation time'
+ declare -p myfunc_out