(root)/
gawk-5.2.2/
test/
rstest2.awk
BEGIN {
	RS = ""
	FS = "\\"
	$0 = "a\\b"
	print $1
}