summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/apirecomp001/B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/apirecomp001/B.hs')
-rw-r--r--testsuite/tests/ghc-api/apirecomp001/B.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/apirecomp001/B.hs b/testsuite/tests/ghc-api/apirecomp001/B.hs
new file mode 100644
index 0000000000..81b17a4404
--- /dev/null
+++ b/testsuite/tests/ghc-api/apirecomp001/B.hs
@@ -0,0 +1,5 @@
+{-# OPTIONS_GHC -Wall #-}
+module B where
+
+answer_to_live_the_universe_and_everything =
+ length [1..23*2] - 4 \ No newline at end of file