summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T16511/A.hs
blob: 4d3f7a3742f49135ec745473f7f35d4387b2d19e (plain)
1
2
3
4
5
6
7
8
module A (mainA) where

import B

mainA :: IO ()
mainA = do
    putStrLn "Hello"
    putStrLn name