Blame test/exitval2.awk

Packit 575503
BEGIN { print "foo" | "read x ; echo $x ; exit 12" }
Packit 575503
# this should still exit 0, as pointed out by kenny mccormack in
Packit 575503
# comp.lang.awk on 2 feb 2005