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