ref: f1cc8a5095c1b7f86ab2d155c6d08ec9f573c5fe 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