summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/hs-boot/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/programs/hs-boot/Main.hs')
-rw-r--r--testsuite/tests/programs/hs-boot/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/programs/hs-boot/Main.hs b/testsuite/tests/programs/hs-boot/Main.hs
new file mode 100644
index 0000000000..2f51014fd2
--- /dev/null
+++ b/testsuite/tests/programs/hs-boot/Main.hs
@@ -0,0 +1,8 @@
+
+module Main where
+
+import B
+-- REMOVING THIS OR MOVING THIS OVER "import B" FIXES IT:
+import C
+
+main = return () \ No newline at end of file