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