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