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