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