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