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