(root)/
gawk-5.2.2/
test/
inpref.awk
function test(x) {
	print x
	getline
	print x
}

{
	test($0)
}