1# $FreeBSD$ 2# Per POSIX, this need only work if LONG_MAX > 4294967295. 3 4while :; do 5 break 4294967296 6 echo bad 7 exit 3 8done 9