aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/return6.4
blob: e4d8e0d641a172f816e6d6da44e7b1ebfe9bf3a9 (plain) (blame)
1
2
3
# $FreeBSD$

while return 4; do exit 3; done