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