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