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