summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T3449.hs-boot
blob: 153f29eef87a9f48a1841c07d4a1080cf3603ced (plain)
1
2
3
4
5
6
7
8
9

module T3449 (Foo, f1) where

class Foo a where
    f1 :: a
    f2 :: a

unused :: Int