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