diff options
Diffstat (limited to 'testsuite/tests/programs/hs-boot/A.hs')
-rw-r--r-- | testsuite/tests/programs/hs-boot/A.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/programs/hs-boot/A.hs b/testsuite/tests/programs/hs-boot/A.hs new file mode 100644 index 0000000000..e09cebb67b --- /dev/null +++ b/testsuite/tests/programs/hs-boot/A.hs @@ -0,0 +1,6 @@ + +module A where + +import C +-- THIS FIXES IT: +-- import B |