summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T7906.hs
blob: 0ec3f7b597e093eb550ed09d8d1b368b8d42ef98 (plain)
1
2
3
4
5
module T7906 where

class Foo f where
    foo :: f
{-# INLINABLE foo #-}