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