[project @ 2000-06-12 16:26:59 by panne]
[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