summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod172_C.hs
blob: 36f086c8ac3746c44e4c3f7ddf9754dbe8154fd5 (plain)
1
2
3
4
module Mod172_C( f,g ) where

class A a where f :: a
data R = R { g :: Int }