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