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