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"