4.4BSD/usr/src/contrib/gawk-2.15.2/test/getline.awk

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