aboutsummaryrefslogtreecommitdiffstats
path: root/test/inpref.awk
blob: d64ffe7f66a0e5de0346b835e15e6951881d5fa7 (plain)
1
2
3
4
5
6
7
8
9
function test(x) {
	print x
	getline
	print x
}

{
	test($0)
}