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