[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg037.hs
1 -- Andy Gill bug report 95/08:
2 -- Constant strings with '\0' in them don't work :-
3 --
4 main = putStrLn "hello\0 world"
5 --main = putStrLn "hello0 world"
6