summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deSugar/should_compile/T4870a.hs
blob: a4c59a5b66099f4afc88ab07c4e325788d2bb870 (plain)
1
2
3
4
5
6
7
8
module T4870a where

class C a where c :: a -> a

{-# INLINABLE f #-}
f :: (C a) => a
f = c f