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

module Main where

data family F a

data instance F () = C ()

$( const mempty C )