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

module Main where

data D = C { f :: () }

$( const mempty f )