summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/recompTHghci/A.hs
blob: df7dfdab9124b039823b361d1830ae4cc9d5effa (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
module A where

import B

main = $(b)