summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T4870.hs
blob: fefcdb194bf0c4392c131765bc5eafc283b1c1e6 (plain)
1
2
3
4
5
6
7
8
9
10
module T4870 where

import T4870a

data D = D

instance C D where
  c x = x

{-# SPECIALIZE f :: D #-}