[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read008.hs
1 module ShouldCompile where
2
3 {-# SPECIALISE f :: Int -> Int #-}
4 f n = n + 1