summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun037.hs
blob: 9c16f37962771f94678d47bcccd70ae24840f843 (plain)
1
2
3
4
5
6
-- Andy Gill bug report 95/08:
-- Constant strings with '\0' in them don't work :-
--
main = putStrLn "hello\0 world"
--main = putStrLn "hello0 world"