summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5665.hs
blob: 2434e43427738736ec1d2f3d3afb58817e556be0 (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)