summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun045.hs
blob: efd0b5c119126923d3d358fffccff482a3575848 (plain)
1
2
3
4
5
6
7
8

module Main( main ) where


main :: IO ()
main = seq (error "hello world!" :: Int) (return ())