summary refs log tree commit diff
path: root/bin/cash/tests/execution/func1.0
blob: 990507f54aa63f216de8bbf469b2dd9a6657a925 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.0/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'