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