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