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