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