aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/lexical/strings-escape-sequences.hs
{- ORACLE_TEST pass -}
module K2 where
x = "\\SO\\&H"
y = "\\137\\&9"
z = "Here is a backslant \\\\ as well as \\137, \\\n \\a numeric escape character, and \\^X, a control character."