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