summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5597.hs
blob: b6ab9da6d8479855621a7285affac03e920d5136 (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}
module T5597 where
import T5597a( f )

g = $(f [t| (Int, Int) |])