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