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