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