summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod175/Test2.hs
blob: 08d75ddf6e3dd8116ed07b72710d418373d24578 (plain)
1
2
3
4
5
6

module Test2 where

doit = putStrLn "You have run Test2.doit"
main = putStrLn "You have run Test2.main"