summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5700.hs
blob: 542058d87eac7071bf98adb80db7aff8c306cda0 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
module T5700 where

import T5700a

data D = D

$(mkC ''D)