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