summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/hs-boot/Main.hs
blob: 2f51014fd20e23d7aea21916e89d2a528b1f930d (plain)
1
2
3
4
5
6
7
8

module Main where

import B
-- REMOVING THIS OR MOVING THIS OVER "import B" FIXES IT:
import C

main = return ()