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