diff options
Diffstat (limited to 'testsuite/tests/ghc-api/apirecomp001/A.hs')
-rw-r--r-- | testsuite/tests/ghc-api/apirecomp001/A.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/apirecomp001/A.hs b/testsuite/tests/ghc-api/apirecomp001/A.hs new file mode 100644 index 0000000000..0e65d28676 --- /dev/null +++ b/testsuite/tests/ghc-api/apirecomp001/A.hs @@ -0,0 +1,9 @@ +{-# OPTIONS_GHC -Wall #-} +module A where + +import B +import System.IO + +main = do + print answer_to_live_the_universe_and_everything + hFlush stdout |