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