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