summary refs log tree commit diff
path: root/bin/1sh/tests/execution/func1.0
blob: 25b4781f08d25b40dd3f47c996297fa5cdffaa94 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.1/bin/sh/tests/execution/func1.0 213738 2010-10-12 18:20:38Z obrien $

MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'