[project @ 1998-06-01 13:06:18 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg045.hs
1 module Main (main) where
2
3 main = seq (error "hello world!" :: Int) (return ())