summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5665.hs
blob: ae6f43e329e977543c0e13e2c318aaff2c290960 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}

module T5665 where

import T5665a

data Record = Record { recordField :: Int }

$(doSomeTH "SomeType" ''Int)