(root)/
gawk-5.2.2/
test/
nonfatal2.awk
BEGIN {
	PROCINFO["NONFATAL"] = 1
	print > "/dev/no/such/file"
	print ERRNO
}