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