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