xref: /freebsd/contrib/one-true-awk/bugs-fixed/rs_underflow.awk (revision 035dd78d30ba28a3dc15c05ec85ad10127165677)
1BEGIN { RS="zx" } { print $1 }
2