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