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