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