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