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