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