ref: fcc0e7b0f8eb8bdaf909b03f5b4d0f0833cf4292 dir: /bugs-fixed/numeric-rs.awk/
BEGIN { RS = 1; while ("echo a1b1c1d" | getline > 0) { print $1; } }