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