~vcs-imports/gawk/master

408.13.106 by Andrew J. Schorr
Fix bug where exit with no argument was setting the exit status to zero.
1
BEGIN { exit 42 }
2
END { exit }