haskell-src-exts-1.15.0.1: tests/examples/BadStringLineBreak.hs
module BadStringLineBreak where main = print $ "hello" ++ "world -- any random junk that goes here gets added onto the character count -- and the quote ends it with some garbage "
module BadStringLineBreak where main = print $ "hello" ++ "world -- any random junk that goes here gets added onto the character count -- and the quote ends it with some garbage "