Blame test/getline2.awk

Packit Service f629e6
BEGIN { while( getline > 0) { print } }