Blame test/inpref.awk

Packit 575503
function test(x) {
Packit 575503
	print x
Packit 575503
	getline
Packit 575503
	print x
Packit 575503
}
Packit 575503
Packit 575503
{
Packit 575503
	test($0)
Packit 575503
}