[project @ 2005-10-14 11:22:41 by simonpj]
[ghc-hetmet.git] / ghc / compiler / ilxGen / tests / test16.hs
1
2
3 data MMaybe a = No | Yes a 
4
5 main = putStr "hello world\n"