sh: Split off some special behavior into separate regress tests.
[dragonfly.git] / tools / regression / bin / sh / builtins / return6.4
1 # $FreeBSD: src/tools/regression/bin/sh/builtins/return6.4,v 1.1 2010/09/11 15:07:40 jilles Exp $
2
3 while return 4; do exit 3; done