xref: /dflybsd-src/tools/regression/bin/sh/execution/func1.0 (revision aa2b9d0592ca18547c1a0158a8df009ad3074562)
1# $FreeBSD: src/tools/regression/bin/sh/execution/func1.0,v 1.2 2010/10/12 18:20:38 obrien Exp $
2
3MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
4MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
5