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