74f9f033d3c3e9df8ce147daed734b4896b04566
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail007.hs
1 -- !!! buggy deriving with function type, reported by Sigbjorn Finne
2 module ShouldFail where
3
4 data Foo = Foo (Int -> Int) deriving Eq