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