summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/apirecomp001/A.hs
blob: 0e65d28676f80fc172f3f2fdb0b79396aa8a2358 (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS_GHC -Wall #-}
module A where

import B
import System.IO

main = do
    print answer_to_live_the_universe_and_everything
    hFlush stdout