1# $FreeBSD: head/bin/sh/tests/builtins/break4.4 251180 2013-05-31 14:45:25Z jilles $
2
3# Although this is not specified by POSIX, some configure scripts (gawk 4.1.0)
4# appear to depend on it.
5
6break
7exit 4
8