summaryrefslogtreecommitdiff
path: root/ghc/tests/lib/should_run/addr001.hs
blob: 89e49c45e26bab84dd509e1c90e403c80fe95f9a (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! Testing that Show for Addr is OK..
module Main(main) where

import Addr

main :: IO ()
main = do
  print (intToAddr maxBound)
  print (intToAddr minBound)