summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_import_loop/Main.hs
blob: 4cd66a0173f387101a4820d902fcc50c488ec73f (plain)
1
2
3
4
5
6
7

module Main where

import ModuleA

main = return ()