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