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