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