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