xref: /freebsd/bin/sh/tests/execution/func1.0 (revision b2f0caf160993c30a0d0e3d52e8a2d03616908cd)
1
2MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
3MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
4