1*3ee4fc2aSCody Peter MelloBEGIN {
2*3ee4fc2aSCody Peter Mello	f = "/no/such/file/1"
3*3ee4fc2aSCody Peter Mello	print (getline junk < f)
4*3ee4fc2aSCody Peter Mello	print close(f)
5*3ee4fc2aSCody Peter Mello	f = "/no/such/file/2"
6*3ee4fc2aSCody Peter Mello	print close(f)
7*3ee4fc2aSCody Peter Mello}
8