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