9c16f37962771f94678d47bcccd70ae24840f843
[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