HardenedBSD/contrib/awk/test/getline.ok
1997-10-14 18:17:11 +00:00

3 lines
80 B
Plaintext

BEGIN { while( getline > 0) { print } }
BEGIN { while( getline > 0) { print } }