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

import B

a = print $(b)