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