ref: 1d4e3f132caed9dcbe4ffa99345be1f2fd2b8a73 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