xref: /freebsd/contrib/one-true-awk/testdir/t.beginnext (revision a3c858005cae175e277f6f6735ca9eaea7eaf3c3)
1BEGIN {
2	while (getline && n++ < 10)
3		print
4	print "tenth"
5}
6{ print }
7