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