xref: /freebsd/bin/sh/tests/execution/subshell1.0 (revision 026520a5f2d2ec01e19494c37b87448df86ef21a)
1
2(eval "cd /
3v=$(printf %0100000d 1)
4echo \${#v}")
5echo end
6