[project @ 1998-04-10 10:54:14 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read008.hs
1 module ShouldSucceed where
2
3 {-# SPECIALISE f :: Int -> Int 
4 #-}
5 f n = n + 1