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