summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/func1.0
blob: 29fcc077b592330c9de85c08474b206c529ac37d (plain)
1
2
3
4
# $FreeBSD$

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