ref: 3a32772e9d793da9aa2813989b190c9c662c1980 dir: /tests/Default.hs/
module Default(main) where import Prelude default (Int, Double) main :: IO () main = do print 1 print 1.5 print [] -- defaults to Int, a little weird