~vcs-imports/gawk/master

1
2
3
4
5
6
BEGIN {
	RS = ""
	FS = "\\"
	$0 = "a\\b"
	print $1
}