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