ref: 53362c02342a4582377af1b586ac92f11c6a8d1c 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