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