/* $echo file:xc_str.dat $echo test out literal strings where last one has a bad escape sequence */ ""// zero filled string "\""// string of 1 " "\"\""// string of 2 "" "hello world" "'" "'''" "\n\t\v\b\r\f\a\\\?\'\"\000\x0123456789abcdefg\w"// \test escape