4663319ce91f7aa431bdd69e06675d238ac4d94c
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail024.hs
1 module ShouldFail where
2
3 sig_without_a_defn :: a -> b
4
5 f :: a -> b
6 f = sig_without_a_defn