summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/2014/C.hs
blob: 5ddff114974136f770f0a0c130020162e707546c (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
module C where

import B

foo :: a
foo = undefined
  where second = $( expQ )