xref: /freebsd/bin/sh/tests/execution/func1.0 (revision 250b2eda0acc44cf882d5ea8fcf28125e7501719)
1
2MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
3MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
4