sh: Sync with FreeBSD:
[dragonfly.git] / tools / regression / bin / sh / execution / func1.0
1 # $FreeBSD: head/tools/regression/bin/sh/execution/func1.0 213738 2010-10-12 18:20:38Z obrien $
2
3 MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
4 MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'