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