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

module Main where

class C t where
  meth :: t ()

$( const mempty (meth :: forall t. C t => t ()) )