[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / lib / should_run / addr001.hs
1 -- !!! Testing that Show for Addr is OK..
2 module Main(main) where
3
4 import Addr
5
6 main :: IO ()
7 main = do
8   print (intToAddr maxBound)
9   print (intToAddr minBound)
10