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