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