aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.beginnext
blob: 09a6a872a6e1eb68c125331ec0388813271efe08 (plain)
1
2
3
4
5
6
BEGIN {
	while (getline && n++ < 10)
		print
	print "tenth"
}
{ print }