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