[project @ 2001-08-22 11:45:06 by sewardj]
[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