summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T16476a.hs
blob: 903c5b3000bf61c11c35e6f48a4ac0a5f5da6b9e (plain)
1
2
3
4
5
6
7
8
module Main where

main :: IO ()
main = do
#if defined(TEST)
    putStrLn "hello"
#endif
    putStrLn "world"