1*e6d6c189SCody Peter MelloBEGIN {
2*e6d6c189SCody Peter Mello	# choose a field separator that is numeric, so we can test whether
3*e6d6c189SCody Peter Mello	# force_number properly handles unterminated numeric field strings
4*e6d6c189SCody Peter Mello	FS = "3"
5*e6d6c189SCody Peter Mello}
6*e6d6c189SCody Peter Mello
7*e6d6c189SCody Peter Mello{
8*e6d6c189SCody Peter Mello	print $1+0
9*e6d6c189SCody Peter Mello	print $1
10*e6d6c189SCody Peter Mello}
11