summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod174.hs
blob: 8e8149db7a08f9ecd470c703f15a7c740acdb18e (plain)
1
2
3
4
5
6
7
8
9

-- Test for trac #414
-- If main is not exported from Main then we should emit an error
-- instead of running it anyway

module Main () where

main = putStrLn "Hello, World"