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