1*e6d6c189SCody Peter Mellofunction test(x) {
2*e6d6c189SCody Peter Mello	print x
3*e6d6c189SCody Peter Mello	getline
4*e6d6c189SCody Peter Mello	print x
5*e6d6c189SCody Peter Mello}
6*e6d6c189SCody Peter Mello
7*e6d6c189SCody Peter Mello{
8*e6d6c189SCody Peter Mello	test($0)
9*e6d6c189SCody Peter Mello}
10