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