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