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