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