~vcs-imports/gawk/master

1
2
3
4
5
6
7
BEGIN {
	if (!SRCDIR) SRCDIR = "."
	OFS = ", "
	x = 4
	ret = (getline x < SRCDIR)
	print x, ret, ERRNO
}