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