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