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