summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/th-new-test/C.hs
blob: eed7c6556da764da62ce374ff55c12b282774c3d (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
module C where

import D

c = print $(d)