Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / ilxGen / tests / test16.hs
1
2
3 data MMaybe a = No | Yes a 
4
5 main = putStr "hello world\n"